[android-developers] Re: New to Android App Development need Advice in Designing UI

2012-10-12 Thread avluis
While I do not like to advertize for anyone, except maybe friends, I have been using this here: CommonsWare http://commonsware.com/ It may be the very best I have come across to getting me started on android app development. And they just updated to version 4.2. On Tuesday, October 9, 2012

[android-developers] Re: How to perfectly simulate the Nexus 7 inside the SDK emulator.

2012-10-12 Thread avluis
While I can't provide you with all the technical details, this is what I do know: No Telephony API as you mentioned. No External Memory (as in internal only). No Rear-facing camera (just a front-facing camera). Factory DPI is set to 213. Has NFC chip. http://www.google.com/nexus/#/7/specs And

[android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-12 Thread avluis
Can you provide your development platform (Mac OSX 10.X.X, Linux flavor, or WIndows ver and build). Also, can you verify on eclipse about eclipse Installation details Installed software look for Android Development Tools in that window. On Tuesday, October 2, 2012 10:21:47 PM UTC-5, Marco

[android-developers] Re: Read Card Swipe data in Android

2012-10-12 Thread avluis
While I understand that this post is asking for help, you need to find out what you are working with. So if you don't have a guide, sdk docs, or pdfs that come along with development kits for this reader of yours, you won't be able to implement that in your program. If this reader comes with an

[android-developers] Re: Changes to Strings.xml not showing up on resource chooser

2012-10-12 Thread avluis
On that third snapshot, their is a stray line at the beginning of your strings.xml. Remove that, there should be nothing before your opening bracket. That should fix it. On Monday, October 8, 2012 4:25:12 AM UTC-5, Mugambo wrote: changes made to strings.xml had two new strings which are not

[android-developers] Re: Does higher version support all feature of lower version in android?

2012-10-12 Thread avluis
What I see here is that while some things are backward compatible (most are forward compatible), you also have to look at certain things that were not implemented until that new version that you are working on. So, e.g; If I start a project using api level 16, I don't expect to have things like

[android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-12 Thread avluis
. On Thursday, October 11, 2012 10:30:32 AM UTC-5, avluis wrote: Can you provide your development platform (Mac OSX 10.X.X, Linux flavor, or WIndows ver and build). Also, can you verify on eclipse about eclipse Installation details Installed software look for Android Development Tools

[android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

2012-10-12 Thread avluis
Does this look like something that can get you started: SQLite JDBC Driver http://code.google.com/p/sqlite-jdbc/ (Google Code). On Friday, October 12, 2012 2:13:01 AM UTC-5, Aadi Rockzz wrote: I have a Desktop Application on .net and i wanted to make an Android Application which will sync

[android-developers] Re: How to add string.xml for a different locale

2012-10-12 Thread avluis
This has everything you need and then some: Android SDK API Guides App Resources Localizationhttp://developer.android.com/guide/topics/resources/localization.html On Friday, October 12, 2012 8:15:34 AM UTC-5, Farhan wrote: Hi, I have seen some forums, skimmed through stackoverflow before

[android-developers] Re: Media player help

2012-10-12 Thread avluis
Read this (note, I'm not the poster, so credits to him if you must): Shoutcast/Icecast streaming on androidhttp://www.anddev.org/multimedia-problems-f28/shoutcast-icecast-streaming-on-android-t12607.html