[android-developers] Re: more SMS questions

2011-11-06 Thread Belvedere Computer Services
.What should I do? why is binary needed ? there are ( obviously ) out of the box that are something that works but SMS is and only is a shallow layer for niftiy text exchange reason to be sent in binary ? there will be something to do that already working On Nov 6, 4:22 pm, John

[android-developers] Re: more SMS questions

2011-11-05 Thread Belvedere Computer Services
Base64 encoder on the send end / decode on remote On Nov 5, 7:28 pm, John Goche johngoch...@googlemail.com wrote: Hello, As mentioned in an earlier post I am trying to send binary SMS from one phone to another. I use the emulator number as the phone number destination address in order to

[android-developers] Re: Layout for zero-length strings in TextView

2011-11-04 Thread Belvedere Computer Services
not to argue ~ I feel we need to establish a Compatibility Definition for the issue - just recently I had jet another GUI designer try to tell me nulls were handled by the code when we were looking at code that had no null handler = in other works (my opinion) is default behavior for supplied GUI

[android-developers] Re: Terminology Question: what's the new UI called?

2011-11-03 Thread Belvedere Computer Services
I doubt it ~ it is overly brave for me to reply to someone with the caliber of work and quantity of work that you have up but like I told ( a very informed person ) anything short of 10,000 lines of code to describe something is begging to be taken over by the front-end for your skills and what

[android-developers] Re: Activity creation order after kill

2011-11-02 Thread Belvedere Computer Services
packageandroid.app goes through the entire application load remover giving several places to put code ~ you just implement the methods - how a:b:c call chain would be manages is startActivityForResult copy-paste from the search result for that term is Activity | Android Developers To do this,

[android-developers] Re: Hook event listeners for activity/application lifecycle events

2011-11-02 Thread Belvedere Computer Services
yes, correct way to do it is with interfaces which are documented copiously ~ I just read in the developer docs that Interfaces are the correct way to avoid wait's and blocks On Nov 2, 10:54 pm, Miles miles_christ...@yahoo.com wrote: Hi, Is there any way to to listen for activity/application

[android-developers] Re: application reloaded

2011-11-02 Thread Belvedere Computer Services
could end up being but ~ pls post versions of everything and where got code from - sample with dev kit or where On Nov 2, 6:26 pm, victoria mnesrin...@gmail.com wrote: Hi, I'm new to PhoneGap, so apologize if the question was already answered before. I am using  Phonegap under Eclipse with

[android-developers] Re: published market app showing up but not using keyword search

2011-11-02 Thread Belvedere Computer Services
this is something I have been wanting to bring up in a proper context so I will write some fast and dirty Java for the engineers when they get here // stochastic search ~ should be how selector for App Store // pulls selection set so the few thousand in millions get a roll final

[android-developers] Re: gps

2011-11-02 Thread Belvedere Computer Services
http://lmgtfy.com/?q=+gps+offline+for+htc+ On Nov 2, 2:21 am, Hamid Ghasemi hamidghasem...@gmail.com wrote: Hi I want  gps offline for htc  desire s thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: ios emulator

2011-11-02 Thread Belvedere Computer Services
would not surprise me ~ and sounds like keeping innocents clean On Nov 2, 9:28 pm, John Davis davi...@gmail.com wrote: i've heard that you can not get an ios license if you have worked with the android api. On Wed, Nov 2, 2011 at 6:39 PM, Mark Murphy mmur...@commonsware.com wrote:

[android-developers] Re: Need NFC sample code

2011-11-02 Thread Belvedere Computer Services
http://lmgtfy.com/?q=NFC+sample+code+which+reads+the+nfc+tags+ On Nov 2, 5:24 pm, ANKUR GOEL ankur1...@gmail.com wrote: can some one provide me with some NFC sample code which reads the nfc tags and displays the data of nfc tag in new activity . -- You received this message because you are

[android-developers] Re: Unicode box with zig zag line

2011-11-02 Thread Belvedere Computer Services
that is what I always assume ~ the code for doing just one Character in UniWhateverTheyCall it today is like really amazing - it would help the code engineers to know where the symbol is coming from or where you think it is coming from as if the font is non-proprietary it may be useful to put it

[android-developers] Re: help pls

2011-11-02 Thread Belvedere Computer Services
only way is to study a lot ~ best place is almost always the reference documentation on the Android - I have been through this many times and I can tell you we can tell if you have been trying and are stuck = at that time people will help you as it is easy to tell as we all have been there

[android-developers] Re: Developing with c/c++ on android.

2011-11-02 Thread Belvedere Computer Services
much better to do it directly in Java as I have been studying the whole codebase and that is where and how the system designers have the protections they need for specialized code writing in C is very possible but that loses most of the standard programming that is available . On Nov 1, 4:43 

[android-developers] Re: --core-library with netbeans

2011-11-02 Thread Belvedere Computer Services
I read their docs ~ they want you to use that stuff so if you can just fix it - if not you will be needful to learn how to write exactly correct code by hand = those things run 1,000 time to slow to do that so you are mostly stuck if you read enough of the docs in the Dev stuff you ^will^ get it

[android-developers] Re: Sample ContactManager crashes

2011-11-02 Thread Belvedere Computer Services
Version numbers for everything please: IDE / Device / Target build version Emulator okay for device but what build? On Nov 2, 7:54 am, wyo otto.w...@orpatec.ch wrote: I played with the sample ContactManager and tried to add a contact (Add Contact). After entering name, phone and email field I

[android-developers] Re: Interfacing logitech Web Cam to the android phone

2011-11-02 Thread Belvedere Computer Services
I saw this in the docs looking for something else ~ it is in there - you just punch in camera to the search and start reading On Nov 2, 3:04 pm, s.rawat imsaurabhra...@gmail.com wrote: HI, How can i interface the Logitech web cam with the exiting Android Phone( I am trying to root the nexus S

[android-developers] Re: Receiving from two different instances of AlarmManager

2011-11-01 Thread Belvedere Computer Services
normally in Java ~ which I am reading is the Primary Programming Linguistic for this Android Platform one would run that with Timer and TimerTask - the Alarm Manager is intended for cases where you want to have your application code run at a specific time, even if your application is not currently

[android-developers] Re: How to decompose apk files

2011-11-01 Thread Belvedere Computer Services
let me know if you would like to have a driver-shell in Java for it ~ just let me know what commands you want to ship or where you want the response file and a standard location so that i can avoid putting up a browse dialog - home dir on whino is failure.mode only On Nov 1, 1:45 am, Raziel23x

[android-developers] Re: SMS interface and timestamps

2011-11-01 Thread Belvedere Computer Services
i am new at this but i am sure what he is saying is A class representing a geographic location sensed at a particular time (a fix). A location consists of a latitude and longitude, a UTC timestamp. and optionally information on altitude, speed, and bearing. But what you are saying is that any

[android-developers] Re: finishActivity: (popping two activities simultaneously?)

2011-10-31 Thread Belvedere Computer Services
onReceive (Context context, Intent intent) in B C with two calls from A one each to B C from A and A with have to register a callback reciever (as it seems to be called by coders ) with something like registerReceiver (BroadcastReceiver receiver, IntentFilter filter) before calling

[android-developers] Re: Writing to file problem

2011-10-31 Thread Belvedere Computer Services
i have not had a chance to run on ADK yet to test but in every JDK I have seen one needs to call .flush() then it is like commonsguy explains On Oct 30, 3:54 pm, leigh8347 leigh8...@aol.com wrote: hello can anyone help? on my app im trying to do the following - Save 2 user inputs to a .txt

[android-developers] Re: Where do you aim for design specs?

2011-10-31 Thread Belvedere Computer Services
Any thoughts on this topic are welcome okay, this is your thread so shield me if i need it 1] some of that hdpxi stuff or whatever it is ( have not got in to mind yet ) is flat not implemented on some devices by some manufac and no way to call into the api and even fudge it (detection) as some of

[android-developers] Re: \n Does NOT work ?

2011-10-31 Thread Belvedere Computer Services
// use everywhere for \n as it will convert to whatever platform the code // is running on static final String LINE_ENDING = System.getProperty(line.separator); On Oct 28, 4:43 pm, melis melisoner2...@gmail.com wrote: Hello, i'm using \n but it does not create a new line? Is there anyone knows

Re: [android-developers] Re: Android fragmentation study

2011-10-31 Thread Belvedere Computer Services
sir, I would like to visit with you about this -- off record please as I just nailed the wall really hard in front of several people and I can tell you this can get really nasty in a few tenths of a second with powerful players ready to play hard ball with soft-heads -- You received this

[android-developers] base class for viewable

2011-10-31 Thread Belvedere Computer Services
as a get-going i am working on a UI ~ should base class for something that is to display on-screen but have multiple types that are to be displayed be on a base-class in android.widget or in android.view ? goal here is to avoid oh, i wish i had ... later when some datatype needs to have some

[android-developers] Re: Nullpointer on fresh app install

2011-10-31 Thread Belvedere Computer Services
you are getting have a null in a constructor in ActivityThread.java at line 1138 this is a very commonly overlooked issue in code development that is missed routinely somewhere in your code ~ which you may have to trace back manually by reading sources - there is a new called on an object that

[android-developers] Re: Nullpointer on fresh app install

2011-10-31 Thread Belvedere Computer Services
you have a NullPointerException on an icon that is not there in ContextImpl possibly several of them ~ the installer is not the cause of the NPE On Oct 29, 12:43 am, Ankur Avlani ankuravl...@gmail.com wrote: When I try to Install the APK that's when I get this error.  It just happens on this

[android-developers] Re: Android with Python

2011-10-31 Thread Belvedere Computer Services
it's not like you have to as there no shortage of people who will say some particular programming linguistic is the best and if you sucker for it they will drag your mind across two desert and one mountain range to prove it but fact of matter is Java calls into the OS better and the XML save-state

[android-developers] Re: Replacement for java.security.CodeSource

2011-10-31 Thread Belvedere Computer Services
try digging around awhile in java.security.cert that just first thing i found but sounds like the place to look +but you will have to read all of webstart to find where x.509 checking or however webstart does it and this sounds to me very much like will run like DisplayMetrics xdpi and ydpi