项目作者: lukegjpotter
项目描述 :
Luke GJ Potter Presents... BlogPost App Android Tutorials
高级语言: Java
项目地址: git://github.com/lukegjpotter/AndroidDatabaseTutorial-Basic.git
AndroidDatabaseTutorial-Basic
This will be the core project for my series of blog posts and YouTube videos on how to build an app
that uses various features of the Android SDK.
The posts in the series are:
- Android Database Tutorial - Basic SQLite DB.
How to create and use a SQLite Database in Android. - Android View Holder Pattern Tutorial.
How to create a basic ViewHolder Pattern. - Android Content Provider Tutorial - Basic Content Provider.
How to create and use a Content Provider. - Android Database Tutorial - Advanced SQLite DB.
How to use advanced types in the Android Database. - Android Content Provider Tutorial - Advanced Content Provider.
How to use advanced types in a Content Provider. - Android Data Binding Tutorial.
Put the variables in the layout XML files. - Android Action Bar Tutorial.
We’ll move the BlogPost creation and deletion to the ActionBar. - Android Recycler View Tutorial.
How to present a Card Based layout for our BlogPosts. - Android REST Service Tutorial.
Download BlogPosts from a RESTful Service, which will be a Spring Boot Application. - Android Service Tutorial.
Frequently poll the REST service to see if there are any new BlogPosts. - Android Notification Tutorial.
Display notification when the REST service has downloaded the latest BlogPosts.