All Projects → anshulkhattar → Beginner Level Android Studio Apps

anshulkhattar / Beginner Level Android Studio Apps

Licence: gpl-3.0
A repository for Hacktoberfest conducted by Digital Ocean. Star the repository if you find it interesting.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Beginner Level Android Studio Apps

Curriculum
Workshop documentation and scripts
Stars: ✭ 50 (-1.96%)
Mutual labels:  hacktoberfest
Sdformat
Simulation Description Format (SDFormat) parser and description files.
Stars: ✭ 51 (+0%)
Mutual labels:  hacktoberfest
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (+1972.55%)
Mutual labels:  hacktoberfest
Cockatrice
A cross-platform virtual tabletop for multiplayer card games
Stars: ✭ 1,053 (+1964.71%)
Mutual labels:  hacktoberfest
Git Req
Check out merge requests from your GitLab/GitHub hosted repositories from the command line with just the request number.
Stars: ✭ 50 (-1.96%)
Mutual labels:  hacktoberfest
Synfig
This is the Official source code repository of the Synfig project
Stars: ✭ 1,056 (+1970.59%)
Mutual labels:  hacktoberfest
Secrethub Go
Go client library for the SecretHub Secrets Management API
Stars: ✭ 50 (-1.96%)
Mutual labels:  hacktoberfest
Lingua Franca
Mycroft's multilingual text parsing and formatting library
Stars: ✭ 51 (+0%)
Mutual labels:  hacktoberfest
Puppet Staging
⛔️ Deprecated in favor of puppet-archive
Stars: ✭ 50 (-1.96%)
Mutual labels:  hacktoberfest
Siler
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Stars: ✭ 1,056 (+1970.59%)
Mutual labels:  hacktoberfest
Awesomo
Cool open source projects written in C, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala, etc.
Stars: ✭ 8,237 (+16050.98%)
Mutual labels:  hacktoberfest
Sympy
A computer algebra system written in pure Python
Stars: ✭ 8,688 (+16935.29%)
Mutual labels:  hacktoberfest
Redux Query
A library for managing network state in Redux
Stars: ✭ 1,055 (+1968.63%)
Mutual labels:  hacktoberfest
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+1956.86%)
Mutual labels:  hacktoberfest
Logidze
Database changes log for Rails
Stars: ✭ 1,060 (+1978.43%)
Mutual labels:  hacktoberfest
0x Tracker Client
React single page application which powers the frontend of 0x Tracker
Stars: ✭ 49 (-3.92%)
Mutual labels:  hacktoberfest
Perl5
🐫The Perl language interpreter.
Stars: ✭ 1,055 (+1968.63%)
Mutual labels:  hacktoberfest
R6 Operator Counters
A website with a graph visualisation of how operators counter each other in Rainbow Six Siege.
Stars: ✭ 51 (+0%)
Mutual labels:  hacktoberfest
Flutter Guide
📚 Flutter Guide on becoming a Master Flutterista
Stars: ✭ 51 (+0%)
Mutual labels:  hacktoberfest
Cloudsplaining
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
Stars: ✭ 1,057 (+1972.55%)
Mutual labels:  hacktoberfest

Beginner Level Android Studio Apps

This repository contains various small apps that I made. Each app does something different from the other. It's the best place to find basic code of android applications , contributed by developers all over the world.

As I have seen the java projects available in Hacktoberfest challenge, there are no projects related to basic android development. So, if you have made any small app just for yourself or for learning, contribute it here. Repository contains my small projects too like a login app using firebase ,a radiogroup and intent example and a basic mapbox example.

Another use of this repository is that you can contribute ideas for android apps and if anyone likes the idea, they can pick it and start working on that idea.

How to get started

  1. Fork this repository (Click the Fork button in the top right of this page).

  2. Clone your fork down to your local machine.

  3. Create a branch for a new feature using: git checkout -b feature/branch-name.

  4. Make your changes using the following commands:

    1. git add .
    2. git commit -m 'commit message'
    3. git push origin <branch-name>
  5. Create a New Pull Request from your forked repository.

  6. Comment on the issue using the given format - "Name-AppName-PullRequestId".

  7. Wait for your PR review and merge approval!

⭐⭐Star this repository if you liked the idea and had fun.⭐⭐

Checkout my profile for my other projects.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].