liangkai / android-big-nerd-ranch

My Android apps implementation for The Big Nerd Ranch's Android Programming 2nd Edition book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-big-nerd-ranch

My Android apps implementation for The Big Nerd Ranch's Android Programming 2nd Edition book

  • GeoQuiz

    • GeoQuiz tests the user's knowledge of geography. The user press True or False to answer the question on screen, and GeoQuiz provides instant feedback.
    • This app explores the fundamentals of Android projects, activities, layouts and explicit intents.
  • CriminalIntent

    • CriminalIntents records the details of "office crimes" and lets you keep record of your colleagues' lapses around the office.
    • This app implements fragments, master-detail interfaces, menus, the camera, implicit intents and more.
  • BeatBox

    • This app implements fragments, media playback, themes and drawables.
  • NerdLauncher

    • This app gives insight into the intent system and tasks.
  • PhotoGallery

    • A Flickr client that downloads and displays photos from Flickr's public feed.
    • This app takes through services, multithreading, accessing web services and more.
  • DragAndDraw

    • This app shows about handling touch events and creating custom views.
  • Sunset

    • This toy app creates a beautiful representation of a sunset over open water implementing animations.
  • Locatr

    • This app queries Flickr for pictures around current location and displays them on a map, implementing location services and maps.

About

My Android apps implementation for The Big Nerd Ranch's Android Programming 2nd Edition book

License:Apache License 2.0


Languages

Language:Java 100.0%