User Tools

Site Tools


android:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
android:start [2015/05/03 00:36]
dwheele [Android Programming Notes]
android:start [2016/06/10 00:25] (current)
admin ↷ Page moved from dan:android:start to android:start
Line 3: Line 3:
 [[http://docs.oracle.com/javase/7/docs/api/|Java 7 API Docs]]\\  [[http://docs.oracle.com/javase/7/docs/api/|Java 7 API Docs]]\\ 
 http://www.sqlite.org/docs.html\\  http://www.sqlite.org/docs.html\\ 
 +[[http://www.sqlite.org/cli.html|SQLITE Command Line Reference]] \\
 +[[https://bitbucket.org/xerial/sqlite-jdbc|SQLITE JDBC Reference]] \\ 
 +[[https://github.com/NanoHttpd/nanohttpd/wiki/How-to-use-NanoHttpd|NanoHttpd]]\\ 
 +[[http://d.android.com/reference/android/content/Context.html|Context - Android Services]]\\ 
 +[[http://www.google.com/design/spec/material-design/|Material Design]]\\ 
 +[[http://play.google.com/apps/publish|Google Play Store]]\\ 
 +[[http://www.gradle.org/docs/current/userguide/dependency_management.html|Gradle dependency management]]\\ 
 +[[http://d.android.com/reference/android/R.drawable.html|android.R.drawable docs]]\\ 
 +[[http://d.android.com/reference/android/widget/TextView.html#attr_android:inputType|inputType attribute (e.g., limiting to number entry)]]\\ 
 +[[http://developer.android.com/guide/topics/ui/dialogs.html#CustomLayout|Custom Dialogs]]\\
 +
 +===== Reference Material =====
 +
 +For using Android Studio, purchased Kindle book "Android App Development For Dummies." Seem to be making faster progress than with other books. Some links appear above which are reference and resources.
 +
 +  * http://www.dummies.com/go/androidappdevfd  (Download code)
 +  * http://www.dummies.com/go/androidappdevfdupdates  (Book updates)
  
 ===== My Android ===== ===== My Android =====
Line 15: Line 32:
 ^Display|1280x720 HD| ^Display|1280x720 HD|
  
-===== Drivers =====+==== Drivers ====
 Download Motorola drivers from: https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481 Download Motorola drivers from: https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
  
-==== Development Software =====+===== Development Software =====
  
 More recently (4/2015), downloaded Android Studio from https://developer.android.com/sdk/index.html. Also see "Adding SDK Packages" at https://developer.android.com/sdk/installing/adding-packages.html. More recently (4/2015), downloaded Android Studio from https://developer.android.com/sdk/index.html. Also see "Adding SDK Packages" at https://developer.android.com/sdk/installing/adding-packages.html.
 +
 +===== Google Play Store =====
 +
 +Today, paid $25 registration fee to be a Android developer, and to post applications for download. Filed with the account ''stopstogo@gmail.com'' Established release.jks key for signing applications. Passwords for this key located in usual place. Backed up to TrueCrypt repository. 5/22/2015
  
  
Line 29: Line 50:
 It looks like Google is trying to direct developers to the Android Studio. Unfortunately, my reference books are for the Eclipse way of doing things. It looks like Google is trying to direct developers to the Android Studio. Unfortunately, my reference books are for the Eclipse way of doing things.
   * [[https://developer.android.com/training/basics/firstapp/creating-project.html|Simple Tutorial from Google]]   * [[https://developer.android.com/training/basics/firstapp/creating-project.html|Simple Tutorial from Google]]
 +  * [[https://developer.android.com/training/basics/data-storage/databases.html|SQLite Database Tutorial Section]]
  
 Some references which primarily are for the Eclipse IDE Some references which primarily are for the Eclipse IDE
android/start.1430613378.txt.gz · Last modified: 2015/05/03 00:36 by dwheele