[android-developers] Rear camera on my Samsung Tab 3 shows a white screen

2014-03-06 Thread James Black
Hello, I have been fighting with this for 3 days, and on my SurfaceView I am getting a white screen from my rear camera, but the regular camera application works fine. But, the front-face camera shows an image, so the SurfaceView appears to be correct. I have tried this application:

Re: [android-developers] Re: example source code or tutorial on using fragments and OpenGL ES 2.0

2013-08-04 Thread James Black
component and drawing on a Canvas. If you fancy OpenGL ES rendering capabilities then you should just have a single GLSurfaceView and implement swiping / paging yourself by capturing touch events and drawing the OpenGL ES scene accordingly. On Saturday, August 3, 2013 10:00:32 PM UTC-5, James

[android-developers] example source code or tutorial on using fragments and OpenGL ES 2.0

2013-08-03 Thread James Black
Hello, I want to start on a program using OpenGL ES but I want to use fragments, as it will be simpler, I think, to show equations in one fragment and the graph in another fragment. The equations and the graphing will be separate instances of using GLSurfaceView. As I write this I almost

Re: [android-developers] Android-Arduino Uno

2013-02-21 Thread James Black
I haven't tried it but there is an arduino that integrates with Android, or use a Wi-Fi shield to communicate. On Feb 21, 2013 4:05 AM, acolytesumatra acolytesuma...@gmail.com wrote: hi, I'm currently developing a robotic spider which can be controlled by an android devices. My question is Is

Re: [android-developers] Convert a view (layout) to a Bitmap

2012-11-20 Thread James Black
People deserve respect when not being nice, but if you want to attack Guy I would suggest you watch him on YouTube and as mentioned, Google him. He helps answer questions to share from his depth of knowledge, so if you factually disagree be to the point and show where he erred, without the

[android-developers] using camera in support fragments, but it isn't being released

2012-09-12 Thread James Black
I have a fragment that initially opens a camera. Then, when the user goes to look at the preview, that is in a new fragment, so I pass the camera from MainFragment to PreviewFragment. PreviewFragment then makes a callback, passing back the camera, to the main activity when the user selects to take

[android-developers] How to add a custom surfaceview to a fragment

2012-08-27 Thread James Black
When a user clicks on a button I want to show a custom surfaceview in my fragment, as they preview the camera, but in `onCreateView` I don't see how to add content to the view. I want to be able to add/remove the surfaceview, or to somehow hide it when it is not being previewed, without loading a

Re: [android-developers] Re: Error when compiling Android project with Eclipse

2012-08-15 Thread James Black
You may want to look at this: http://stackoverflow.com/questions/1113088/install-failed-missing-shared-library-error-in-android Does this apply to you: To get past INSTALL_FAILED_MISSING_SHARED_LIBRARY error with Google Maps for Android: The first answer explains how to get past this error. On

Re: [android-developers] Canvas or OpenGL

2012-08-12 Thread James Black
. On Sat, Aug 11, 2012 at 8:28 PM, bob b...@coolfone.comze.com wrote: On Saturday, August 11, 2012 4:50:21 PM UTC-5, James Black wrote: Without more detail of what you want to do an answer is difficult. Do you need a fast refresh rate for example? One music program I wrote had to turn notes

Re: [android-developers] Canvas or OpenGL

2012-08-11 Thread James Black
Without more detail of what you want to do an answer is difficult. Do you need a fast refresh rate for example? One music program I wrote had to turn notes on and off at the correct millisecond, under windows; that accuracy won't work on mobile devices. If you just want to show notes either

Re: [android-developers] ReverseGeocoding NullPointerException

2012-08-08 Thread James Black
It takes time for a location to be available. But it looks like you are just looking for the last known location which can be null. How are you waiting for location updates? On Aug 8, 2012 8:13 AM, Ece Osmanağaoğlu ece.osmanagao...@gmail.com wrote: I wanna get current location. There is null

Re: [android-developers] Mecca direction app

2012-08-06 Thread James Black
The easiest way may be to get the current GPS coordinates of the phone and know it for Mecca. Then, Google for simple compass sensormanager on android-er.blog spot (I am on my phone so cut/paste would be a pain) and you should be able to help the user point correctly. On Aug 6, 2012 8:41 AM,

Re: [android-developers] Remotely wipe mail in android.

2012-08-04 Thread James Black
To do this you would need to write your own mail client. One advantage is that you can store emails encrypted to limit risks, and then you can wipe. On Aug 2, 2012 10:22 AM, The Simple mail2bhra...@gmail.com wrote: I am developing an application which will remotely wipe all corporate mail send

Re: [android-developers] Remotely wipe mail in android.

2012-08-04 Thread James Black
krismicin...@gmail.com wrote: But if your organization uses the traditional pop/smtp infrastructure then you can't stop the employee from just using another mail client... On Aug 4, 2012 9:11 PM, James Black planiturth...@gmail.com wrote: To do this you would need to write your own mail client

Re: [android-developers] function for blending two colors?

2012-07-24 Thread James Black
How do you want the blend to work? On Jul 24, 2012 3:38 PM, bob b...@coolfone.comze.com wrote: Is there an Android function for blending two colors? It would look like this: Color blend(Color color1, Color color2, float frac); -- You received this message because you are subscribed to

Re: [android-developers] Best Pratice

2012-07-23 Thread James Black
You may want to look at the different types of apps, for example remote service, content provider and actuvity-based and others and you may see that dao works best with content providers and mvc with activities. These devices have less power and ram, so don't make it too complicated just to force

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-06-30 Thread James Black
You can also allow them to export and import the data, to move from the free to paid version. On Jun 30, 2012 12:03 PM, Mystique joven.ch...@gmail.com wrote: Hi, yes I will consider in app purchase if that is the only option. So am I right to say some free and paid app actually release 2

Re: [android-developers] Re: How to: Free to Paid App and retain preference and db files?

2012-06-30 Thread James Black
I went with import/export in both versions, but the paid version allows you to email the export file also, for example. On Sat, Jun 30, 2012 at 12:41 PM, TreKing treking...@gmail.com wrote: On Sat, Jun 30, 2012 at 11:19 AM, Mystique joven.ch...@gmail.com wrote: Right, I have import/export

Re: [android-developers] Re: Purchase App Source Code

2012-06-29 Thread James Black
Unless it copied a better known drawing application. On Jun 29, 2012 6:25 PM, Mitchell mitchell.raf...@gmail.com wrote: Obviously a drawing app should not have any problems. On Jun 29, 5:37 pm, Uwe Maurer uwe.mau...@gmail.com wrote: What kind of app was it ? On Friday, June 29, 2012

Re: [android-developers] Bluetooth error on socket call

2012-06-16 Thread James Black
How do you set btDevice? On Jun 15, 2012 7:04 PM, mike digioia mpd...@gmail.com wrote: Bluetooth error on socket call- Anyone know what the issues are with my Samsung Nexus S device when I get this error in my native code call to the socket LIB -- code starts here: btface = -1;

Re: [android-developers] Send Json array object to WCF Service

2012-06-06 Thread James Black
I just put my objects into a List and then called toJson on that. My model has @SerializedName for each attribute. You may want to give it a shot and see where you get stuck. On Jun 6, 2012 9:02 AM, Heladio Benicio benicio.hela...@gmail.com wrote: Hello all, Someone will can to post a sample

Re: [android-developers] Re: Invoking a web service created in java

2012-06-02 Thread James Black
. Please help me with possible ways. On Jun 2, 8:44 am, James Black planiturth...@gmail.com wrote: What kind of errors are you getting? It may be that you are missing a library, perhaps. On Fri, Jun 1, 2012 at 11:27 PM, Bunty gautam.i...@gmail.com wrote: Hi all, I

Re: [android-developers] Adding markers with different drawables on google map in android

2012-06-01 Thread James Black
Do you use modified latitude and longitude coordinates? Can you give an example of what points you are plotting to? On Jun 1, 2012 3:37 PM, mehedi hasan khan mehedi.mail...@gmail.com wrote: I've zoomed it manually and searched for the pins.still can't see any other pin than the source and

Re: [android-developers] Invoking a web service created in java

2012-06-01 Thread James Black
What kind of errors are you getting? It may be that you are missing a library, perhaps. On Fri, Jun 1, 2012 at 11:27 PM, Bunty gautam.i...@gmail.com wrote: Hi all, I need to invoke a web service from android app. I have the wsdl file of a web service created in java, i don't have the source

Re: [android-developers] technical solution to develop an App in Android

2012-05-30 Thread James Black
You may want to find someone to pay to give the solution, as this list has helpful people on it, but we are not here to do your work for you. If you need some advice that is one thing, but solving this is a bit much. On May 30, 2012 5:37 AM, Ramya Vegesna ramyavegesna...@gmail.com wrote: hi

Re: [android-developers] Connecting to USB-Serial Converter in Android

2012-05-30 Thread James Black
This list is for SDK questions. You may want to find a list for hardware. On May 30, 2012 5:37 AM, Hans Paul hans.p...@aigens.com wrote: I am attempting to connect to a serial device from a Android tablet, via USB-Serial Converter. In order to interface with this particular serial device, a

Re: [android-developers] Confirmation when mail has been sent

2012-05-30 Thread James Black
What I settled on it to store the file information in a list, and in on destroy I delete them. On May 30, 2012 7:24 AM, IronBlossom i4idrh...@gmail.com wrote: Same issue , just the difference is intent type, (intent.setType(application/*), because im sending email with attachments (pdf or

Re: [android-developers] Re: New TAX arrangements?

2012-05-30 Thread James Black
This sounds like a problem in need of a software solution. It should be easy enough to have something that will pull down your info and tell you how .much goes where. On May 30, 2012 2:25 PM, Streets Of Boston flyingdutc...@gmail.com wrote: My understanding is that Google is not your dealer. It

Re: [android-developers] Questions on Digital Signing and Verification

2012-05-30 Thread James Black
I haven't dealt with this yet, but my expectation is to generate a certificate on the server and then that should be used on iOS and Android. I have no experience with it, but look at chilkatsoft.com, bit it will cost. Also, you can look at the source for how the key is packaged and port it to

Re: [android-developers] Which is better, one trigger receiver and multiple services -- or -- one trigger receiver per service.

2012-05-25 Thread James Black
Are these running in the same process as the main activity or remotely? But, it seems that you are asking if you should have five separate services and simpler logic or slightly more complex in one. Unless sufficiently complex I would go with one service and see later if more are needed. On May

Re: [android-developers] About DataBase

2012-05-25 Thread James Black
Or store the initial data in a resource file, then read it in and create/populate the database. On May 25, 2012 7:23 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Thu, May 24, 2012 at 5:35 PM, Anil Kumar vishnupriyaa...@gmail.comwrote: My problem is i created the database in my

Re: [android-developers] encrypt files to be opened up by a specific app only

2012-05-11 Thread James Black
Change the extension so the user doesn't get an error, then when they use your program have them type in a pass phrase to decrypt the key then decrypt the PDF in memory, then it can be seen. On May 11, 2012 8:08 AM, Farhan Tariq farhan@gmail.com wrote: Hi developers, I want to make an

Re: [android-developers] Re: Music notation application

2012-05-09 Thread James Black
I remember doing this in C# for a directx app. Depending on how picky you are, the numbers for time signatures, and the clefs, can be a pain. Good luck. On May 9, 2012 11:00 AM, JackN j...@jacknorth.com wrote: I mean just develop the graphics using primative methods to produce the output you

Re: [android-developers] Free No coding app development tool!? or Coding work?

2012-05-04 Thread James Black
This forum is for questions about using the android sdk, so I expect everyone here programs. You may want to ask this on an appropriate forum. On May 4, 2012 8:35 AM, Sonny Kim sdki...@gmail.com wrote: Hi I love to developing android application and trying to upload in Android Market. Since

Re: [android-developers] The best way to connect remote DB

2012-05-04 Thread James Black
Look up how to make a REST web service. On May 4, 2012 8:35 AM, mohammed alsadi ipqa...@gmail.com wrote: Hi Developers :) What is the best way to connect a remote database. I know that there is no JDBC in android. Best Regards. -- You received this message because you are subscribed to the

Re: [android-developers] HTML5 Geolocation doesn't work with Android default browser

2012-05-01 Thread James Black
You may want to ask this on stack overflow.com as this forum is for sdk questions, and your question is html5. On May 1, 2012 3:39 PM, Aymeric Raguet habee.cont...@gmail.com wrote: Hi, I am having some difficulties with the Geolocation API in Javascript. It works very well in the following

Re: [android-developers] Applications and databases

2012-05-01 Thread James Black
If you mean to write to any database then no. But, if you mean whether someone writes to your database, then just provide a content provider and you can be informed. On 1 May 2012, at 21:33, Meryeme Ayache wrote: how can we know if an application has entered to the database. I mean is there

Re: [android-developers] Timer in Android

2012-04-30 Thread James Black
I would create a remote service for the timer, and query it, since it would run independently from the activity. On Apr 30, 2012 8:16 PM, Mai Al-Ammar mai.alam...@gmail.com wrote: Hello every one, I have a simple question about timer in Android, How can I know if the timer is stopped or not?

Re: [android-developers] Android/JVM difference in RSA decryption

2012-04-26 Thread James Black
I just see garbage in your stack trace, but are you certain the private key is pkcs8 encoded? When you test on your desktop, is that on the emulator, a java program or some other language? Also, it may not have anything to do with the android sdk, so is probably off-topic here. On Apr 26, 2012

Re: [android-developers] Android app- Requires continuous updates of current location-is not working properly

2012-04-26 Thread James Black
I believe you will get actual updates from GPS no faster than every second. Also, are you verifying that the new position is better than the old, in terms of accuracy? And, GPS is not terribly accurate, probably worse than +/- 25m so it will jump around. On Apr 26, 2012 9:31 AM, Maneesh

Re: [android-developers] web service android

2012-04-24 Thread James Black
This is not the correct forum as this deals with the android sdk, but you may want to look up soap or go to stackoverflow.com On Apr 24, 2012 1:31 PM, saida gzem gzemsa...@gmail.com wrote: i'm calling web service and i'm getting my soapobject response like that: response{

Re: [android-developers] Sending POST data in Android to a database?

2012-04-23 Thread James Black
Have you Googled it? You will end up using HttpClient though. On Apr 23, 2012 1:02 PM, Marcus Maximus marcus.pres...@gmail.com wrote: Hey guys, I want to send android post data(with a servlet) to a database(in fact google app engines db) How can I submit data from the phone to the

[android-developers] GeoCoder.getFromLocationName when using bounding box returns results outside bounding box

2012-04-21 Thread James Black
Hello, I am trying to use a bounding box to limit the locations returned to the users, but I don't see why this isn't working. This is the bounding box, and the center of where I am doing my offset: 35.71699581199971 36.0049961 36.29299638800029 == latitude -84.3104074880003 -84.0224072

Re: [android-developers] how to get the average speed with GPS android

2012-04-18 Thread James Black
Just get where you start, at time zero, and then you could just get the current location every several seconds. Determine the distance, there is a call for that, and speed is distance/time. You can just add up the distance to get an accurate total of how far the phone has gone. On Apr 18, 2012

Re: [android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-15 Thread James Black
. On Sun, Apr 15, 2012 at 1:29 AM, TreKing treking...@gmail.com wrote: On Sat, Apr 14, 2012 at 11:06 PM, James Black planiturth...@gmail.comwrote: Almost immediately after binding to and calling onStart on the service the mapview activity dies. Can you elaborate on dies

Re: [android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-15 Thread James Black
(Intent.FLAG_ACTIVITY_SINGLE_TOP | Intent.FLAG_ACTIVITY_CLEAR_TOP); On Sun, Apr 15, 2012 at 8:30 AM, Farhan Tariq farhan@gmail.com wrote: Are you using 'startActivityForResult()' method in your code to start the new activity? On Sun, Apr 15, 2012 at 5:27 PM, James Black planiturth...@gmail.comwrote

Re: [android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-15 Thread James Black
that the phone thinks the back button is being pressed when it is sitting untouched, but only if the SDK version is 9. On Sun, Apr 15, 2012 at 8:48 AM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Apr 15, 2012 at 8:45 AM, James Black planiturth...@gmail.com wrote: I have it working, at the moment

Re: [android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-15 Thread James Black
Murphy mmur...@commonsware.comwrote: On Sun, Apr 15, 2012 at 9:02 AM, James Black planiturth...@gmail.com wrote: That is the problem, with logcat there is no additional information. Then it is not crashing. OK, then I see this, which may explain it: 04-15 08:50:08.682: D/CDA(5805

Re: [android-developers] R cannot be resolved to a variable when deleting main.out.xml file

2012-04-15 Thread James Black
Have you added an import to your activity? You may want to look at this: http://stackoverflow.com/questions/885009/r-cannot-be-resolved-android-error On Sun, Apr 15, 2012 at 1:34 PM, Ruben Royo rubenroyolo...@gmail.comwrote: Hello, I had the mistake of clicking on Run on eclipse while I

[android-developers] Program crashes on Android 4.0.4 but not on 2.3.3

2012-04-14 Thread James Black
Hello, I am trying to understand what may be happening in my program. I don't get any indication as to why it is crashing, but the basic flow is: First activity starts user selects to see map Remote Service starts up Almost immediately after binding to and calling onStart on the service the

Re: [android-developers] Re: add a scan barcode button to my webpage

2012-04-12 Thread James Black
You will probably need to just upload the info to your server. On Apr 12, 2012 4:30 AM, akanit supatawaraporn aka...@gmail.com wrote: I want to do like you. If so, please tell me. On Wednesday, February 17, 2010 8:59:02 PM UTC+7, JB wrote: Does anyone know how to add a scan barcode button to

Re: [android-developers] Have you ever created this app?

2012-04-12 Thread James Black
It would gives lots of false positives. For example, I am dodging a shredded semi truck or roadkill or potholes. Unless it can see the road and discount those. On Apr 12, 2012 4:35 AM, Raja Revanth rajaareva...@gmail.com wrote: I would like to know if any of you have created a App using

Re: [android-developers] Which HTML5 feature to avoid on Android tablets\mobiles?

2012-04-09 Thread James Black
You may want to check on HTTP://caniuse.com and see whether the features you want are supported. On Apr 9, 2012 6:36 AM, smoogli roy.ben.ha...@gmail.com wrote: Hi, I'm going to create a web app which is based on HTML. As far as I know, Android does not support the full set of HTML5 features.

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread James Black
You could have shortened the code, but it appears your app doesn't have permission to read from the data directory. So ask for permission and gracefully handle when it doesn't read the file. On Apr 4, 2012 9:08 AM, s.rawat imsaurabhra...@gmail.com wrote: HI , I am trying to share the video on

Re: [android-developers] Video Sharing to Facebook from Android App using share intent FAIL :( .

2012-04-04 Thread James Black
and data android:mimeType=video/* / in the Intent Filter for the app/ Still getting the same crash. ..pain is temporary.quitting lasts forever. My Blog http://techshek4u.blogspot.in/ On Wed, Apr 4, 2012 at 7:57 PM, James Black planiturth...@gmail.comwrote: You could have shortened

Re: [android-developers] 3D Charts

2012-03-31 Thread James Black
This is a fairly broad area, it would be helpful if you could narrow it down. Basically, you need to connect to a server to get the data, or get it from sensors. Then, use OpenGL to draw the graph. On 31 Mar 2012, at 07:29, sourabh sahu wrote: How to draw 3D interactive charts in

Re: [android-developers] Rotation gesture detector.

2012-03-30 Thread James Black
You need to do more of the work on Android. This may give you a start: http://www.anddev.org/gesturedetector_and_gesturedetectorongesturelistener-t3204.html On 31 Mar 2012, at 00:16, MB wrote: Hi, Is there a rotation gesture detector class available for Android? I've searched the docs but

Re: [android-developers] Can this be done on android?

2012-03-27 Thread James Black
You may want to look at the navigator to see if that will do part of what you want. If it does then yes. The hard part is to be able to determine the best bus route to get to the destination in a timely fashion. On Mar 27, 2012 3:57 AM, Ajay Motah ajaymo...@gmail.com wrote: Dear friends, i am

Re: [android-developers] Faster Image Processing on Android

2012-03-27 Thread James Black
You could use ndk and do processing on the gpu On Mar 25, 2012 4:18 PM, Christopher Wade christopher.w...@btinternet.com wrote: Hi guys, my first post here so I hope this post is in the right place. I am currently writing an app that reads handwriting from a photograph, but I am having an

Re: [android-developers] Mobile to Mobile remote access

2012-03-23 Thread James Black
What are you trying to do? For example, do you want to remotely see what the camera does or make phone calls? Remotely controlling seems like turning a phone into a zombie, but for controlling a robot this could be useful. More detail may help with better answers. On Mar 23, 2012 3:04 AM,

Re: [android-developers] Can a service have an ui?

2012-03-21 Thread James Black
You can do a notification to let the user know, then show the info in an Activity. On Mar 21, 2012 8:46 PM, guich guiha...@gmail.com wrote: Hi, Can an unbound service have also an user interface? I was thinking in the implementation of a message receiver. The service would start minimized,

Re: [android-developers] Dev Environment - maven-android-eclipse

2012-03-21 Thread James Black
I would expect that a problem is using other libraries. Are all of the jar files built for the Android? On Mar 21, 2012 12:17 PM, Ted Scott t...@hootinholler.com wrote: This is somewhat off topic, but I couldn't think of a better place to ask. Is anyone successfully using maven and eclipse to

Re: [android-developers] app freezes and get stucks

2012-03-20 Thread James Black
There are many areas to look. Start with writing all exceptions to the log and perhaps before and after loading images. Then, when it locks up, get the log and see where it was when it died. You may want to log going into onPause also. On Mar 20, 2012 1:04 AM, vishnu raj

Re: [android-developers] Re: How to show a single country map rather then whole world map

2012-03-12 Thread James Black
Why not do your own map. Look at open streets for ideas on how to do it. On Mar 12, 2012 2:34 AM, Harpreet Singh harry...@gmail.com wrote: Hi. I am just trying to crop the country map out of world map, or blur everything else and just show the single country but there is no hint regarding

Re: [android-developers] Re: Android book for learners

2012-03-11 Thread James Black
If you have been working as a developer for 4 months, what in particular are you trying to learn about from a book? On Sun, Mar 11, 2012 at 10:48 PM, Chuck Krutsinger chuck.krutsin...@gmail.com wrote: This is a good book, Beginning Android 3:

Re: [android-developers] Re: Android compatibility clarification

2012-03-11 Thread James Black
I use this: uses-sdk android:minSdkVersion=4 android:targetSdkVersion=15 / in my manifest, so that it can work on older versions, but it will use the newer UI if available. http://developer.android.com/guide/topics/manifest/uses-sdk-element.html On Sun, Mar 11, 2012 at 10:46

Re: [android-developers] Re: finding the java sdk

2012-03-11 Thread James Black
It won't be in your java directory, it will be installed in it's own directory. On Sun, Mar 11, 2012 at 10:42 PM, Chuck Krutsinger chuck.krutsin...@gmail.com wrote: Download the Java JDK at http://www.oracle.com/technetwork/java/javase/downloads/index.html. Follow the instructions posted

Re: [android-developers] Re: java.net.UnknownHostException: api.linkedin.com while trying to use sociallib in my app ?

2012-03-11 Thread James Black
It appears that url is no longer valid, so you may want to clone the repository (which you may already have done) and perhaps find the correct URL or remove the need for it. On Sun, Mar 11, 2012 at 9:31 PM, Walaa Mahmoud walaamahmou...@gmail.comwrote: Yeah i have internet permission in manifest

Re: [android-developers] device testing on iOS app port

2012-03-11 Thread James Black
It depends on what your application does. For example, if you don't need the camera or GPS you may be able to get away with using the emulator for some devices. What are you targeting and what features are you going to need? On Fri, Mar 9, 2012 at 4:53 AM, Miles Egan milese...@gmail.com wrote:

Re: [android-developers] Simple chess engine

2012-03-11 Thread James Black
Why not just write your own, since it won't be used for chess games? You may want to look for some open source java chess games, to see what may meet your needs. I found this one with a quick search: http://www.chesspresso.org/ On Sat, Mar 10, 2012 at 12:02 PM, onur formula...@gmail.com wrote:

Re: [android-developers] Suspend from market?

2012-03-11 Thread James Black
I have never got a suspension, but on this page they have an example of a message that would seem more likely to be legit, though I don't know anything about the merits of the issue on this page, just looking at the suspension email:

Re: [android-developers] Stack overflow error in android - help needed to execute

2012-03-11 Thread James Black
Have you looked in the referenced eclipse log file? On Sun, Mar 11, 2012 at 6:42 PM, Karthick Siva karthicksiv...@gmail.comwrote: i get a stack overflow error while trying to draw a qr code in canvas, saying unable to create .dex file and prompting to close eclipse, even i changed memory in

Re: [android-developers] What are Android websites ?

2012-03-11 Thread James Black
This has nothing to do with this list, but a mobile website can have different meanings, but it will probably be some variation on a site that works best on mobile devices, peryable to get GPS info, for example. On Mar 11, 2012 6:31 PM, Farhan Tariq farhan@gmail.com wrote: Hi, I recently ran

Re: [android-developers] content provider locking?

2012-03-08 Thread James Black
Have the service do a callback to activities during just before starting and after to prevent this, and return an empty list if they are not well-behaved and request during this time. On Mar 8, 2012 9:43 AM, bob b...@coolfone.comze.com wrote: So, I have a content provider that maintains a list

Re: [android-developers] Selling an app: Sales Tax and Tax Returns?

2012-03-05 Thread James Black
You will need to ask an accountant but if you make more than a threshold I expect you will need to file your own taxes, but I am not an accountant. On Mar 5, 2012 4:24 AM, bigluc biglu...@gmail.com wrote: I am a young developer (under 18), and am wondering about selling an app, but wonder about

Re: [android-developers] Not able to display map in android app.

2012-03-04 Thread James Black
That seems to be a standard error that doesn't cause any issues so you will have some other problem On Mar 4, 2012 1:48 PM, ASHISH ashishkcusa...@gmail.com wrote: I am not able to display map in my android app. I am getting Exception Couldn't get connection factory client. Anyone please help

Re: [android-developers] Splitting Android Royalties among two developers

2012-03-04 Thread James Black
Have it go to an accoutrements (perhaps PayPal) that both of you have access to. On Mar 4, 2012 2:03 PM, Mark swinef...@gmail.com wrote: Hi all I'm currently developing an app with a co-developer, and of course we want to split any earnings from the app we make. However, we live in different

Re: [android-developers] About SQLite

2012-02-25 Thread James Black
Look at logcat and find the exception. On Feb 24, 2012 5:40 PM, nunna narendra android developer nunnamca2...@gmail.com wrote: when i am trying to fetch the data from local database it is not working how can i solve this problem plz help me . -- You received this message because you are

Re: [android-developers] Invoking web service from android.

2012-02-21 Thread James Black
You should ask on a ksoap list as this is not an android issue. On Feb 20, 2012 11:29 PM, indumathy raju indumathyr...@gmail.com wrote: Hi all, I am new to android development. I am trying to invoke webservice from android using Ksoap2- 2.5 version. Below is the snippet of code I'm using.

Re: [android-developers] How to restrict my app??

2012-02-16 Thread James Black
Why not email it to those people, then? Otherwise your program will need to query a server for permission, so if there is no network connection the program won't start. On Feb 16, 2012 6:30 AM, muhammad.ume...@hotmail.com muhammad.ume...@hotmail.com wrote: hi, I want to restrict my

RE: [android-developers] How to restrict my app??

2012-02-16 Thread James Black
If you are the only user, or a small group, then just distribute it via email, but you need to trust they won't send that email to others. On Feb 16, 2012 6:58 AM, Muhammad UMER muhammad.ume...@hotmail.com wrote: hi, thanks for reply, i have a server client app, client is my mobile, and i

Re: [android-developers] accessing android mobiles remotely

2012-02-08 Thread James Black
If you want to login remotely then no, but you can have a server on the phone and you can interact. On Feb 8, 2012 4:58 AM, Pradeep predeeps...@gmail.com wrote: hi... Do any one have any about how to access the android mobiles remotely over wifi, as we do in the computers. if possible kindly

Re: [android-developers] How to use Google Map API for Android with the offline catch of map

2012-02-08 Thread James Black
There is an open-source database that may work for you, but it may not be complete enough for you. On Feb 7, 2012 5:06 PM, King Leung kingleun...@gmail.com wrote: Hello, may I ask a question: How to use Google Map API for Android with offline map catch? Because our application will use in this

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread James Black
Benicio benicio.hela...@gmail.com wrote: json 2012/2/7 James Black planiturth...@gmail.com How is the data packaged? Is JSON or XML, for example On Feb 7, 2012 5:02 PM, Heladio Benicio benicio.hela...@gmail.com wrote: Hi all, Does anyone know how to call a service rest post parameter

Re: [android-developers] Calling WCF Restfull

2012-02-07 Thread James Black
How is the data packaged? Is JSON or XML, for example On Feb 7, 2012 5:02 PM, Heladio Benicio benicio.hela...@gmail.com wrote: Hi all, Does anyone know how to call a service rest post parameter passing an object as an object and getting in return? thank you! -- You received this message

[android-developers] bindService fails when startService called in previous activity

2012-02-05 Thread James Black
I am not certain how to resolve this, but in one Activity I call startService, and then immediately call to start the next Activity: Intent myIntent = new Intent(mContext, MyService.class); myIntent.putExtra(data1, data1Array); myIntent.putExtra(data2, data2Array);

Re: [android-developers] App activation by Voice

2012-02-03 Thread James Black
I expect the answer to the first question is no, unless you have another program already running. For the second I expect the market application has something running in the background that will periodically check for updates On Feb 2, 2012 10:12 PM, Dhaval Varia dhavalkva...@gmail.com wrote: I

Re: [android-developers] android how to visit those files on pc server by wifi

2012-02-02 Thread James Black
Call a server on a PC, or look at iCloud and copy their approach. On Feb 2, 2012 2:03 AM, silvan_liu silvanliuandr...@gmail.com wrote: android how to visit those files on pc server by wifi? -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] MS SQL connection

2012-02-02 Thread James Black
MS should have examples using soap, but you may want to use REST instead. Look for WCF and MSSQL on Google. On Feb 2, 2012 7:40 AM, anand jh jhanan...@gmail.com wrote: can u give a sample code web service for accessing database -- You received this message because you are subscribed to the

[android-developers] How to compile .aidl file that references a class in an android library

2012-02-02 Thread James Black
I have a library that my application uses. In one version of my program I am going to have an Android Service, and I am trying to compile the .aidl file, but, it references a class in my android library, and now I am getting an error that it can't find the file. I am using Eclipse for the

Re: [android-developers] Need architecture guidance in reference to a social app

2012-01-31 Thread James Black
Why not just send an SMS message, and look for a particular beginning to a message, perhaps. You can read this blog to see how to read messages: http://droidcoders.blogspot.com/2011/09/sms-receive.html On Tue, Jan 31, 2012 at 8:20 PM, leftcont...@gmail.com leftcont...@gmail.com wrote: i need

Re: [android-developers] Waypoints with Google Maps API

2012-01-30 Thread James Black
What do you mean by tracing a route? To handle multiple way points I keep data in an array and let the user know when they are near the waypoint. On Jan 30, 2012 11:38 AM, alexslx alex_...@msn.com wrote: Hi folks, I'm searching in the web how to trace route with multiple waypoints, but i

Re: [android-developers] MS SQL connection

2012-01-30 Thread James Black
Write a webservice to go to the database. Call the webservice from the phone. On Jan 30, 2012 11:41 AM, anand jh jhanan...@gmail.com wrote: I need to develop a android application in that I want to access MS SQL from my android application.Can some help as by giveing some code.Advance thanks

Re: [android-developers] UI requirement

2012-01-23 Thread James Black
How about making an expandable list then. On Jan 23, 2012 3:59 AM, Rachna Sharma designndeve...@gmail.com wrote: Hi Group, I have UI requirement shown below: |---| |Header-1 | | Checkbox1[]| | Checkbox2[]| |

Re: [android-developers] Want help regarding videos security in android application

2012-01-23 Thread James Black
If he stores it on the SD card can't anyone get to it? On Jan 23, 2012 6:56 AM, Mark Murphy mmur...@commonsware.com wrote: On Sun, Jan 22, 2012 at 11:47 PM, Harshal Patil harshal...@gmail.com wrote: I am developing an application for android froyo tablet. I wish to store approx 15GB video

[android-developers] Spinner itemselectedlistener not working after extending ArrayAdapter

2012-01-23 Thread James Black
In the onCreate method I define this: userNameSpinner.setOnItemSelectedListener(new OnItemSelectedListener() { @Override public void onItemSelected(AdapterView? parentView, View selectedItemView, int position, long id) { Log.i(TAG, position); }

Re: [android-developers] red crosses - beginner topic

2012-01-21 Thread James Black
I expect you haven't added these libraries to the build path, but this question is off-topic for this list, so you can Google for more. On Jan 20, 2012 8:15 PM, Nathan Harness 7600on...@gmail.com wrote: I admit to being a noob at Java/Android and Eclipse doesn't make for a nice beginner

Re: [android-developers] Dashboard Application

2012-01-20 Thread James Black
It looks like you are using a table. You will need to update a file on an SD card or store this in preferences or a database, but the buttons and links should not be in your layout. I would suggest the app be empty then it gets an update and places the buttons. You may need to specify button

Re: [android-developers] Dashboard Application

2012-01-20 Thread James Black
You can instantiate the buttons from Java and add it to the table row you would also create. Look at the ask for the button widget. On Jan 20, 2012 10:29 AM, Ubiracy Santos ubiracy@gmail.com wrote: How can I create dynamic buttons? -- You received this message because you are subscribed

[android-developers] Best way to have Service inform Activity where user currently is

2012-01-19 Thread James Black
My navigation program is all in an Activity, and now I need to have the part that makes the determination where the user is. So, the activity will be in charge of drawing on the MapOverlay, but the Service will be getting the location updates. How should the service inform the drawing activity

  1   2   >