Skip to content

darshakmehta/AndroidProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidProjects

Native Android Projects developed using Android Studio

Target SDK : API Level 20

Beginners Application

  1. Understanding the Activity Life Cycle and Accessing Resources
  2. Generating Layout Dynamically and operating on Views programmatically
  3. Messaging Between Activities using Intents
  4. Explicit Intent with no Result
  5. Implicit Intent with 2 Activities with Same Action
  6. Passing Serializable Data between Activities
  7. Passing Parcelable Data
  8. Intent CALL Permissions
  9. Types of Alert Dialog along with Progress Dialog
  10. Intent: startActivityForResult
  11. Implementing Different Kinds of Event Handler
  12. Radio Group and Radio Button
  13. ListView to display list of Colors
  14. ListView to display list of emails
  15. RecyclerView to display list of emails
  16. CardView to display list of emails in card layout
  17. SQLite database to store Notes
  18. Fragment LifeCycle
  19. Fragment UI Components
  20. Sending Data from Activity to Fragment
  21. Sending Data from Fragment to Activity
  22. Dynamically adding Fragments
  23. Managing Multiple Fragments
  24. Fragment Demo
Note: In Example 9 of Beginners Application: Handler is just use to delay the progressDialog, we will explore Handler in future Example
Note: In Example 19 of Beginners Application: Access the DUMP UI Hierarchy from Android Device Monitor to understand about the Fragment within Activity

UNC Charlotte Mobile Application Development (MAD) Course 5180 - Fall 2017

InClass

  1. Area Calculator
  2. Profile Creator
  3. Password Generator - Android Concurrency Models
  4. RecipePuppy recipe finder
  5. Recipe Puppy Finder using XML Pull Parser
  6. Itunes API Top Paid Applications using JSON Parsing, RecyclerView and SQLite Database
  7. Revisited - RecipePuppy recipe finder
  8. HTTP Connections, Authentication using Postman
  9. Firebase - Managing Contacts 1
  10. Firebase - Managing Contacts 2
  11. Location based services with help of GenyMotion
  12. Trip Planner Application

Homework

  1. Calculator App
  2. Contacts App
  3. Threads/AsyncTasks
  4. Trivia Quiz App
  5. Music Search Application using Last.fm Library
  6. Course Manager App
  7. Social Networking App
Note: In Homework 5: We have used ListViews, Shared Preferences and JSON Parsing

Midterm

  1. Movie Search Application using THEMOVIEDB Library
Note: All the Question document is present in the app folder

About

Native Android Projects developed using Android Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages