Developing Android Apps
Developing Android Apps is a collection of projects exploring intermediate Android development concepts including:
- Todo app via Room Persistence Library
- Notifications
- Constraint layout
- Weather app featuring: - weather data fetched from API via networking (local database enables offline usage) - overview screen (displays weather for current and upcoming days) - day screen (displays weather for current day) - settings screen (e.g., toggle notifications) - weather notifications - sharing weather data with other apps - displays weather location in Google Maps
#gosuraj