Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rburkh
  • Content: Threads
  • Order by date
  1. rburkh

    A good intermediate level Android programming book

    I bought a copy of "Android Recipes A Problem-Solution Approach" by Dave Smith and Jeff Friesen and found that it is worth every penny. There is a lot of UI, communication/networking, SQLite database, device hardware, media examples and much, much more. It has helped me reach that never ending...
  2. rburkh

    Using A device verses the AVD while developing

    I found a used phone at a garage sale for $20.00. It came with a good battery, USB cable and a charger. It has the 2.3.3 OS, but works great for testing my code. I find the AVD is too slow for me. I also get a better idea how my UI is going to look. The AVD is better than nothing, but a phone...
  3. rburkh

    Launcher icon creation

    So, I finally get my first productivity app ready to publish and realize that I have ignored this whole launcher icon thing. I figured I would use some stock icon and be done with it. It isn't that simple. At Google Play, they want a hi res 512x512 icon along with the standard lpdi, mpdi and...
  4. rburkh

    Confirming SQLite database creation and data exsistence

    When I code the creation of a SQLite database in my Android app in Eclipse, Eclipse doesn't create a visible data file. This really confused me, where is my database? Am I writing new records to my data table? Well the answer was to download the SQLite Database Browser tool. With the browser I...
  5. rburkh

    Android development for the newbie (like me)

    I found this link very helpful to download all the tools needed to get started. It is all free and also has a great tutorial section. http://developer.android.com/resources/tutorials/hello-world.html
  6. rburkh

    RIM BB JDE 5.0.0 wont create .cod file

    I am trying to create a simple app using RIM BlackBerry JDE 5.0.0 and it wont create a .cod file when I build the app. The app builds and debugs without error, the selected BlackBerry simulator fires up, but the app isn't in the app or download file of the simulator. I find that the build is not...
  7. rburkh

    Child Link Field Will Not Up-Date

    Subject: Child Link Field Won’t Update I am a novice programmer working on a project for my repair shop. I am developing a program to track repairs at an electronics repair shop. So Far I have my tables set up and seem to be normalized correctly. At the "table level" all is well. I...

Part and Inventory Search

Back
Top