UdacityAndroidBasicsScholarship / wmn-safety

Licence: MIT License
This application is a collaborative project made by the Google Udacity Android Basics Scholars.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to wmn-safety

quickprinter
[Quick Printer] Created for the purpose of serving as a channel among other applications that require printing data on receipt printers using ESC / POS commands.
Stars: ✭ 99 (+175%)
Mutual labels:  android-application
PlantShopUI-Android
Check out the new style for App Design aims for the Online Plant Shop Service using jetpack compose...😉😀😁😎
Stars: ✭ 29 (-19.44%)
Mutual labels:  android-application
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (+91.67%)
Mutual labels:  android-application
safe-dot-android
An app that 🔔 alerts you when a third-party 🕵🏻‍♀️ application uses your device camera or microphone. Privacy Indicators for Android
Stars: ✭ 63 (+75%)
Mutual labels:  android-application
InshortApp
Demo app like inshort
Stars: ✭ 28 (-22.22%)
Mutual labels:  android-application
planes
Variant of battleships game
Stars: ✭ 17 (-52.78%)
Mutual labels:  android-application
TinyKeePass
Another simple read-only KeePass Android app.
Stars: ✭ 44 (+22.22%)
Mutual labels:  android-application
androidCourseKotlin
Android Course in Kotlin
Stars: ✭ 19 (-47.22%)
Mutual labels:  android-application
crowdsource-experiments-using-android-devices
Android application to participate in experiment crowdsourcing (such as workload crowd-benchmarking and crowd-tuning) using Collective Knowledge Framework and open repositories of knowledge:
Stars: ✭ 23 (-36.11%)
Mutual labels:  android-application
SeatLayout
A seat selection library for Android with an example for selecting seats for flights, sports venue, theatres, etc
Stars: ✭ 30 (-16.67%)
Mutual labels:  android-application
UPrice
If you’ve ever seen “The Price is Right” on TV, you’re probably familiar with the game where contestants guess the price of an item.
Stars: ✭ 23 (-36.11%)
Mutual labels:  android-application
iris
Iris is an android speech to text app
Stars: ✭ 20 (-44.44%)
Mutual labels:  android-application
FutureFurnitureUI-Android
Check out the new style for App Design aims for Furniture E-commerce...😉😀😁😎
Stars: ✭ 117 (+225%)
Mutual labels:  android-application
TurboLauncher
Turbo Launcher®
Stars: ✭ 31 (-13.89%)
Mutual labels:  android-application
RiRi
An optical character recognition mobile application built using Kotlin Multiplatform Mobile and Azure Cognitive Services
Stars: ✭ 31 (-13.89%)
Mutual labels:  android-application
flutter-tunein
Dynamically themed Music Player built with flutter
Stars: ✭ 108 (+200%)
Mutual labels:  android-application
rxandroid2-retrofit2
Small tutorial to get started with RxAndroid 2 and Retrofit 2
Stars: ✭ 55 (+52.78%)
Mutual labels:  android-application
Shipr-Community-Android
Shipr Social is the Multi Platform Chat Project for Developers
Stars: ✭ 21 (-41.67%)
Mutual labels:  android-application
open money tracker
Open Source accounting application for Android.
Stars: ✭ 19 (-47.22%)
Mutual labels:  android-application
golem-android-reader
An unofficial android application for german tech-site golem.de
Stars: ✭ 16 (-55.56%)
Mutual labels:  android-application

wmn-safety - Nirbheek

wmn-safety PRs wmn-safety Issues wmn-safety Contributors wmn-safety Prototype wmn-safety LICENSE

Introduction

This application is a collaborative project made by the Google Udacity Android Basics Scholars.

How to Setup

Using Android Studio

  • Copy the URL of your Fork & Clone it in Android Studio.

  • Switch to development branch.

  • Start Coding and Make Changes.

  • Once done, push the changes to your fork's development branch.

Using CLI

  • Clone your fork.
git clone https://github.com/<your_github_username>/wmn-safety
  • Change current working directory.
cd wmn-safety
  • Switch to development branch.
git checkout development
  • Start Coding and Make Changes.

  • Add individual modified file to Staging area and write Commit Message for it.

git add File1
git commit -m "Changed File1"

git add File2
git commit -m "Changed File2"
  • Push changes to your Fork Repository.
git push origin development

Submitting PR

  • From your fork create a PR & Please submit PRs on development branch.

  • Write a PR Title.

  • In PR Description,

    • Mention a short description of changes you've made.

    • Attach a screenshot or gif of the same.

    • Add your Slack ID (Display Name).

NOTE

  • It won't be considered if you send it to the master branch.

  • Try to avoid using third party libraries. Some of them have issues with Proguard while generating a signed apk.

Moderators & Co-Moderators

Project Leads

Contributing Guidelines

For Contributing please go through - Contributing Guidelines

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].