Skip to content

codeandcoke/android-samples

Repository files navigation

android-samples

Android samples projects

  • BiziStations: Full project with SwipeRefresh, Maps, Directions API, RecyclerView, API consumption and more
  • BottomNavigation: How to create an Activity with some Fragments and a Bootom Navigation bar (loading some data to a ListView)
  • Drawer: Drawer sample
  • FileSystem: How to access to filesystem
  • Fragments: How to design an Activity using two Fragments
  • Fragments2: Fragments sample project
  • GPS: GPS sample project
  • Mapbox: Mapbox library sample project (load map, add markers and set camera position)
  • Maps: Maps sample project: Google Maps, Markers and Directions API
  • MasterDetail (Fragments): Master-Detail sample project using Fragments
  • Notifications: How to show notifications
  • Permissions: How to ask for Permissions sample project
  • Preferences: How to create a Preference Activity
  • RecyclerView: How to use a RecyclerView
  • Room database: CRUD sample using Room library
  • themealdb: Consume an API using Retrofit
  • TodoList v2.1: Android application (designed according to the MVP pattern) that connects to an API (todoapi_v1) using Retrofit