Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 4.39 KB

README.md

File metadata and controls

96 lines (66 loc) · 4.39 KB

Contribute to this Project ❤️❤️

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!

Awesome-Android

In this project i'll cover all the basic which is required to master in Developing Android App

1. Firebase SignUp,SignIn,ResetPassword,Logout

................................................ ................................................

2. Sliding Root Navigation

Add dependency to app level gradle file

dependencies {
    compile 'com.yarolegovich:sliding-root-nav:1.1.0'
 }

...............

3. Menus

  • 1. Options Menu
  • 2. Context Menu
  • 3. Popup Menu

........... .........

4. Custom ListView and Custom GridView using BaseAdapter

............ .........

5. Intents

  • 1. Implicit Intent
    • 1. Call Dialer
    • 2.Browser
    • 3.Send Email
  • 2. Explicit Intents(eg. Navigate to another activity)
  • 3. Pending Intents
    • 1. Notification

............ .......

6. Storage

  • 1. Internal Storage
  • 2. External Storage
  • 3. SharedPreferences

............ .......

7. Dialog

  • 1. Simple Alert Dialog
  • 2. Custom Alert Dialog

... ....... .......