[android-developers] Re: SpeedAlert App

2012-08-24 Thread gjs
Hi, Put GPS receiver in an Android Service, use Notifications (or audio/TTS) when speed limit exceeded to inform user. Regards On Friday, August 24, 2012 2:54:37 PM UTC+10, Deepa M wrote: > > Dear All, > How to run the speedometer in background to get update from gps receiver... > i have done i

Re: [android-developers] how to launch Voice Search programatically (ICS)

2012-08-24 Thread Mickaël Gachon
The puprose is to launch the voice search without using the touch-screnn when you drive your car. Indeed the touch-screen requires to pay more attention to the phone than to the road and it's quite dangerous I think. Le jeudi 23 août 2012 21:34:20 UTC+2, TreKing a écrit : > > On Thu, Aug 23, 201

Re: [android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Kristopher Micinski
I actually have a colleague working on a system that does this as well, though there are obviously many others. If you wait a few days it will probably be released soon, kris On Thu, Aug 23, 2012 at 9:37 PM, Michael Zhang wrote: > you could always develop a tool, but there is a testing tool cal

Re: [android-developers] Re: Static vs Dynamic vertex buffers?

2012-08-24 Thread Fabien R
On 23/08/2012 23:32, Braindrool wrote: > >> Just a side note that the .obj decoder obviously isn't complete. Just >> waiting for an answer first. Thought I'd point out the obvious. >> >> > You may have a look at min3d to see how the OBJ decoding is performed. - Fabien -- You received

Re: [android-developers] new membe

2012-08-24 Thread Fabien R
On 22/08/2012 07:27, Mehdi Mustafayev wrote: > Hi ! > > Could you tell me, how long new members topic verified by moderator? > > Thanks, > With best reagards. > > Maybe, you can try to post your question. - Fabien -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] new membe

2012-08-24 Thread vinay kumar
Hi, it may take 24 to 36 hours, I am not sure about this, I face the same with my first post it nearly took 36 hours. On Fri, Aug 24, 2012 at 1:26 PM, Fabien R wrote: > On 22/08/2012 07:27, Mehdi Mustafayev wrote: > > Hi ! > > > > Could you tell me, how long new members topic verified by moderat

Re: [android-developers] how to open android project from existing code? pls.help =/

2012-08-24 Thread vinay kumar
Try to use "Import" option, event then you are facing the problem please do the following ( alternate method may be not correct). > Create the new project in your workspace. > Copy the file form the main directory of your project which your are trying to import to the new project which you have cr

Re: [android-developers] hi friends

2012-08-24 Thread sree android
thank you friend -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Is it possible to rotate a ScrollView programmatically in Android

2012-08-24 Thread sundararaghavan santhanam
I have an activity in which I have a camera preview. I want noSensor|landscape orientation fixed for the activity so that the camera preview works with out any jerk during the orientation changes. Now I don't get the orientation feedback from the Android which is good for the preview. But I ha

[android-developers] Re: My first Android App is not working

2012-08-24 Thread RKS
I also have other trials I can post, but this one seems *right* to me. If you'd like to see what else I've tried, let me know and I can post that too. Mostly I'm sure it's worse than the above. -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Using LVL, will issuing a refund also revoke the user's license?

2012-08-24 Thread Steven Jackson
Heyo! I am using LVL for my application and a user is unhappy with how long their payment took to process. I want to give them a refund but I also want them to be able to maintain their usage license. I am using the default ServerManagedPolicy. If I refund their money, will the user still recei

[android-developers] Re: Location Object Null?

2012-08-24 Thread Ravi
Can any one tell me? How to enable the GPS in android emulator. Thanks, Ravindar.G -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

[android-developers] Help

2012-08-24 Thread Saurabh Khemka
How can I access a .pdf file stored in assets folder or res/raw folder in my code? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] App Development for conducting classes

2012-08-24 Thread vasudha sundar
Hi Suppose I want to give some kind of classes , say maths lessons to students. How do I go about developing an app for this. Whoever wants to use this service must pay and download the app. Regards vasudha -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Power on phone when external power source becomes available

2012-08-24 Thread Sacha van Tienhoven
This problem is occurring on a research project: Hardware setup: I have a Samsung GT-S5380 phone connected to an Arduino board through which it is getting charged. The Arduino board is connected to a battery. The battery requires to be charged regularly. The trail participants forget to charge

[android-developers] Re: Static vs Dynamic vertex buffers?

2012-08-24 Thread Steven Jackson
You should use a static buffer if you will not be updating the vertex/attribute values and a dynamic buffer if you will be updating them. I'm not sure how your model loader is giving you back data, but you should get a handle for the vbo back when you create the buffer. On Wednesday, August 22,

[android-developers] SetWallpaper questions!

2012-08-24 Thread Neil K
Hi, I made a wallpaper app and right now it does this: > case R.id.bSetWallpaper: > > Bitmap whatever = > BitmapFactory.decodeStream(getResources().openRawResource(toPhone)); > try{ > getApplicationContext().setWallpaper(whatever); > > }catch(IOException e){ > e.printStackTrace(); Instead of t

Re: [android-developers] How to get every time new/refreshed Current Location

2012-08-24 Thread siddharth sharma
friends i am new here, and please help me, i just want to know which tool's and programming is essential for developing and android app/ On Thu, Aug 23, 2012 at 11:38 PM, TreKing wrote: > On Thu, Aug 23, 2012 at 2:03 AM, Rajan Thakrar wrote: > >> can you please provide some code snippet, so i c

[android-developers] Bluetooth client server

2012-08-24 Thread Mulia Dhamma
Hello all masters,. do you have the code for bluetooth client server ? example..i have 2 android phone..and when the 1 android phone sending a string then the 2 andoid phone automatically pop up a toast that the 1 android phone send.also same with the 2 android phone when the 2 android phone send

[android-developers] Prevent Application from uninstall on factory Reset

2012-08-24 Thread Dukki
Hi Iam developing an android security application which will be helpful in recovering phone incase our android phone is lost or stolen. I have having issue because if the my phone is with unknown person he can factory reset the phone and application will be gone. By any chance is there any way we

[android-developers] How can i use context inside default SmsManager?

2012-08-24 Thread Nikos Toulios
Hello to everyone, How can i use context.sendBroadcast() inside default SmsManager of android ? I would like to make some checks in default sendTextMessage() function of android. When i trigger one check i would like to show an alert dialog. I thought that i can send an intent, especially the P

[android-developers] black screen when running example android project with Eclipse 4.2.0

2012-08-24 Thread Pham Thang
I'm using Eclipse 4.2.0 to import example project in Phonegap 2.0. And run it with google API 16 ADV, but the emulator just show the black screen. I tried the helloworl tutorial in phonegap website but I had same result. Does anyone have a solution for me? -- You received this message because y

Re: [android-developers] How to get every time new/refreshed Current Location

2012-08-24 Thread Rajan Thakrar
Just go through this URL http://developer.android.com/training/index.html On Thu, Aug 23, 2012 at 11:45 PM, siddharth sharma < siddharth.ind...@gmail.com> wrote: > friends i am new here, and please help me, i just want to know which > tool's and programming is essential for developing and andro

[android-developers] hi

2012-08-24 Thread sree android
hi friends i would like to play video from url (you tube video) in my app,t tried it but it cant play,any one help me. this is my code package com.aiss; import android.app.Activity; import android.net.Uri; import android.os.Bundle; import android.widget.MediaController; import android.widget.Vi

Re: [android-developers] Re: Location Object Null?

2012-08-24 Thread Asheesh Arya
send gps command using adb shell -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegro

[android-developers] Export Project with Signed Key (Release Mode)

2012-08-24 Thread B.Arunkumar
Hi, I am trying to export Android project in release mode with signed key for upload to Google PlayStore through Export Wizard. However I am getting an error "Conversion to Dalvik Format failed with Error 1". Could soebody let me know what is the problem? Thank you, B.Arunkumar -- You receiv

[android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get the Unique ID of Event In android Calender ?? Thanks RK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get Unique ID for EventID In android Calender Event after insertion of an event??? Thanks RK -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscrib

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
Hi, You can use content resolver to get the event_ID and event_Details as well please check the following code. public class MyCalendar { static Cursor cursor; public static ArrayList eventID = new ArrayList(); public static ArrayList nameOfEvent = new ArrayList(); public static

Re: [android-developers] Export Project with Signed Key (Release Mode)

2012-08-24 Thread vinay kumar
Hi Arun Are you trying to extract the apk file or any other? If you are trying to extract the signed apk file, then you need to use AndroidTools > Export Signed application Package... Regards Vinay Kumar On Fri, Aug 24, 2012 at 2:22 PM, B.Arunkumar wrote: > Hi, > >I am trying to export And

Re: [android-developers] Re: Location Object Null?

2012-08-24 Thread vinay kumar
You can even use Emulator controller in DDMS perspective. On Fri, Aug 24, 2012 at 2:14 PM, Asheesh Arya wrote: > send gps command using adb shell > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email t

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
i think eventID.add(cursor.getLong(0)); this code will fetch you "calendar_id" not the unique id for event Thanks RK On Fri, Aug 24, 2012 at 2:51 PM, vinay kumar wrote: > Hi, > > You can use content resolver to get the event_ID and event_Details as well > please check the following code. > >

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
According you what is unique id could you please bring some clarity on this. On Fri, Aug 24, 2012 at 3:01 PM, Rahul Kaushik wrote: > i think eventID.add(cursor.getLong(0)); this code will fetch you > "calendar_id" not the unique id for event > > Thanks > RK > > On Fri, Aug 24, 2012 at 2:51 PM,

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
unique id through which we can update the particular(on the basis of unique id) event in Android Calendar Thanks RK On Fri, Aug 24, 2012 at 3:24 PM, vinay kumar wrote: > According you what is unique id could you please bring some clarity on > this. > > > On Fri, Aug 24, 2012 at 3:01 PM, Rahul

Re: [android-developers] SetWallpaper questions!

2012-08-24 Thread Asheesh Arya
please refer this link http://www.androiddevblog.net/android/creating-android-live-wallpaper -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this g

[android-developers] Use of shapes for background

2012-08-24 Thread Pau Rodríguez Coloma
Hi, I'm want to set the background of a RelativeLayout like the attached png. For the moment I'm using a bitmap definition xml named "background_dark.xml" like: http://schemas.android.com/apk/res/android"; android:src="@drawable/fondo_oscuro" android:tileMode="repeat"> And

[android-developers] Re: Help

2012-08-24 Thread Mark Jawdoszak
This depends on which PDF reader you are using. Some can access items from within the assets folder, others need a FileStream and some need the URI to the location. For consistency, in that some documents we needed were stored in the package and all others were from the file system, we chose to

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
Right, event ID which we get from the above code is unique for every event on Calender. As you said "unique id through which we can update the particular(on the basis of unique id) event in Android Calendar". we can open the event using event_id with delete and edit option so that we can update t

[android-developers] My widget not shown as widget in android 3/4

2012-08-24 Thread Eduardo Yáñez Parareda
Hi all, I develop a widget that works fine on Android 2.1/2.3.X (real devices) and it works on the Android 3 emulator too . Users have told me that it doesn't work on Android 4. I don't have any ICS device so I've tested it on the emulator. The widget is installed right (or it seems to do it)

[android-developers] My widget stop working as of Android 4

2012-08-24 Thread Eduardo Yáñez Parareda
Hi all, I develop a widget that works fine on Android 2.1/2.3.X (real devices) and it works on the Android 3 emulator too . Users have told me that it doesn't work on Android 4. I don't have any ICS device so I've tested it on the emulator. The widget is installed right (or it seems to do it)

Re: [android-developers] My widget stop working as of Android 4

2012-08-24 Thread Mark Murphy
Add an activity to your project. Run the activity. Then see if your app widget appears in the list. On Fri, Aug 24, 2012 at 6:24 AM, Eduardo Yáñez Parareda wrote: > Hi all, > > I develop a widget that works fine on Android 2.1/2.3.X (real devices) and > it works on the Android 3 emulator too . >

Re: [android-developers] Prevent Application from uninstall on factory Reset

2012-08-24 Thread Mark Murphy
On Thu, Aug 23, 2012 at 4:30 AM, Dukki wrote: > Hi Iam developing an android security application which will be helpful in > recovering phone incase our android phone is lost or stolen. > I have having issue because if the my phone is with unknown person he can > factory reset the phone and appl

[android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Vinay Kumar
Hi All, I am using android-facebook-sdk in one of my project for posting status, photo, Video. I am able to post status messages and photos without any issues. But now while I am trying to post a video on facebook I am facing some trouble. I am able to post small video about (30 sec video fil

Re: [android-developers] Power on phone when external power source becomes available

2012-08-24 Thread Mark Murphy
Questions regarding modifying the Android OS and hardware to accomplish this is out of scope for this list. This list is for developing applications with the Android SDK. On Thu, Aug 23, 2012 at 8:32 AM, Sacha van Tienhoven wrote: > This problem is occurring on a research project: > > Hardware se

Re: [android-developers] My widget stop working as of Android 4

2012-08-24 Thread Eduardo Yáñez Parareda
On 24 August 2012 12:48, Mark Murphy wrote: > Add an activity to your project. Run the activity. Then see if your > app widget appears in the list. > I also did that and yes, it appears in the list, but not in the widgets' list but the apps' list. -- You received this message because you are s

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Asheesh Arya
have you tried to integrate the facebook chat functionality feature in your apps!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread vinay kumar
No, I haven't tried yet. On Fri, Aug 24, 2012 at 4:37 PM, Asheesh Arya wrote: > have you tried to integrate the facebook chat functionality feature in > your apps!! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Asheesh Arya
okies thanks!!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Juned Khan
Hi chicochen, As Anil mentioned the Tool called* monkey exerciser* is very helpful tool for testing. it will test your application and reports if any bug or error. please read the documents, detailed information is given there. http://developer.android.com/tools/help/monkey.html i.e if you are

[android-developers] Re: Howto: Run the Test cases available in framework

2012-08-24 Thread Juned Khan
Hi Yash, the Tool called* monkey exerciser* is very helpful tool for testing. it will test your application and reports if any bug or error. please read the documents, detailed information is given there. http://developer.android.com/tools/help/monkey.html i.e if you are using linux then: cd /

[android-developers] Re: Android button position changes while the screen rotating

2012-08-24 Thread Haris
thanks all for your replay... I will try it today On Thursday, 23 August 2012 17:00:42 UTC+5:30, Haris wrote: > > Hai all I am new in android programming. > > For my application I am using image button and it successfully installed > on the device. > But when I rotate the screen all the butto

Re: [android-developers] Android button position changes while the screen rotating

2012-08-24 Thread Haris
Hai.. I changed the AndroidManifest.xml as you said.. Its working that is the button not changing its postion.. But for my application I need to change the button postion.That is I am using left, right, up down buttons.. So it should be on the appropriate position while rotating th

[android-developers] Re: Best practice to implement a HTTP video upload queue like YouTube App

2012-08-24 Thread Gianluca Cacace
I'm actually using a BlockingQueue but I've also to manage the feature to remove an arbitrary object from the queue or from the current upload (object picked from the head of the queue). Il giorno giovedì 23 agosto 2012 12:32:59 UTC+2, Gianluca Cacace ha scritto: > > I'm trying to find the best

[android-developers] Best Graphical Image Format to Practice?

2012-08-24 Thread Daz
I predominantly do my graphical artwork/icons using photoshop and normally save out to .PNG sometimes with the alpha channel embedded when designing wireframe app representations in other case tools. Will this practice be okay when developing apps, and by having an alpha channel embedded will i

[android-developers] Eclipse Indigo or Juno?

2012-08-24 Thread Daz
I am new to Android and when I started watching my video tutorials the guy gets you to download Eclipse (in my case for Mac OS X Lion), and it automatically downloaded the Indigo version. Almost a few days on I decided to follow the same process on my other Mac and it downloaded the Juno versi

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Eduardo Yáñez Parareda
In Mac I don't know, in Linux I currently use Juno and everything works well. On Friday, August 24, 2012 2:59:31 PM UTC+2, Daz wrote: > > I am new to Android and when I started watching my video tutorials the guy > gets you to download Eclipse (in my case for Mac OS X Lion), and it > automatica

Re: [android-developers] Eclipse and ADT plugin

2012-08-24 Thread Tor Norbye
It sounds like you are trying to install ADT into a version of Eclipse older than 3.6.2 which won't work. You need 3.6.2 or higher. -- Tor On Thu, Aug 23, 2012 at 2:30 PM, The_Piper wrote: > I try to install the ADT plugin in Eclipse and *ALWAYS* get this error > message, which is not mentioned

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Daz
Thats good to know :-) Its just I don't want to start practising my app development then someone later down the line says I should of used Indigo Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] Re: Eclipse Config of ADT

2012-08-24 Thread kenshort
Sorry for the delay in responding... I am on the road. Thanx, this worked. On Saturday, August 11, 2012 3:47:13 PM UTC-7, kenshort wrote: > I am setting up the Android SDK and I've gotten to the Eclipse Config of > ADT. I am following these steps from the setup guide: > > > After you've in

Re: [android-developers] Kindle Fire won't display tabs

2012-08-24 Thread Melanie Peterson
Cool, thanks! On Thu, Aug 23, 2012 at 6:47 PM, Justin Anderson wrote: > You actually get a response from a human being... It is pretty nice... > > > Thanks, > Justin Anderson > MagouyaWare Developer > http://sites.google.com/site/magouyaware > > > On Thu, Aug 23, 2012 at 6:23 AM, Melanie Peterson

Re: [android-developers] Android button position changes while the screen rotating

2012-08-24 Thread Justin Anderson
> > I changed the AndroidManifest.xml as you said.. > Why? TreKing said that was a kludgy solution that would introduce more problems than it was worth. Its working that is the button not changing its postion.. > But for my application I need to change the button postion.That is I > am usin

[android-developers] Re: hi

2012-08-24 Thread bob
That's not a valid URL. It needs to be something like .mp4. On Friday, August 24, 2012 3:35:04 AM UTC-5, sree wrote: > > hi friends i would like to play video from url (you tube video) in my > app,t tried it but it cant play,any one help me. > this is my code > > > > package com.aiss; > > imp

[android-developers] Re: Best Graphical Image Format to Practice?

2012-08-24 Thread bob
Yes, .PNG is standard. On Friday, August 24, 2012 7:56:04 AM UTC-5, Daz wrote: > > I predominantly do my graphical artwork/icons using photoshop and normally > save out to .PNG sometimes with the alpha channel embedded when designing > wireframe app representations in other case tools. Will

[android-developers] Re: Best Graphical Image Format to Practice?

2012-08-24 Thread Daz
Thanks :-) That's great! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Re: video streaming from Android without saving on sdcard

2012-08-24 Thread bob
Why not put the mp4 on an HTTP server? Why would you write your own server for this? On Friday, August 24, 2012 12:24:46 AM UTC-5, Sever wrote: > > I have code: > > private MediaRecorder recorder; >> >> String hostname = "192.168.1.125"; >> int port = 1935; >> Socket so

[android-developers] Re: More Than One Spinners

2012-08-24 Thread bob
Sounds like you want to create three different SpinnerAdapter classes. On Friday, August 17, 2012 4:02:54 PM UTC-5, S Awan wrote: > > Hi, > i wanna set more than one spinner with different strings and different > icons ..i hve done this all in one spinner correctly but when i set the > seco

[android-developers] Re: Android automated testing

2012-08-24 Thread bob
UI/Application Exerciser Monkey http://developer.android.com/tools/help/monkey.html On Thursday, August 23, 2012 8:30:38 PM UTC-5, Michael wrote: > > how u guys do automated tests for developed apps? -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] Re: video streaming from Android without saving on sdcard

2012-08-24 Thread Sever
Thank you for response. Because i dont quite know ho to do it using HTTP server :) For example how Apache can write input stream into mp4 file. Could you please give me an example? пятница, 24 августа 2012 г., 21:10:24 UTC+5 пользователь bob написал: > > Why not put the mp4 on an HTTP server? Wh

Re: [android-developers] App Development for conducting classes

2012-08-24 Thread Justin Anderson
http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Aug 23, 2012 at 3:26 AM, vasudha sundar wrote: > Hi > > Suppose I want to give some kind of classes , say maths lessons to

Re: [android-developers] Using LVL, will issuing a refund also revoke the user's license?

2012-08-24 Thread Justin Anderson
No, they will not. I tried doing that exact same thing for some of my beta testers and it didn't work. I ended up making a custom build that skipped the license check and unlocked the app based on their email address. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/mag

Re: [android-developers] Using startActivity( intent ) multiple times, fails.

2012-08-24 Thread Justin Anderson
Does this help? http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT Also, why are you restricting the user to a specific email program ("com.android.email")? That doesn't follow good Android practices... Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Re: App Development for conducting classes

2012-08-24 Thread bob
You will want to download a copy of MOTODEV Studio and buy an Android book. On Thursday, August 23, 2012 4:26:44 AM UTC-5, vasudha sundar wrote: > > Hi > > Suppose I want to give some kind of classes , say maths lessons to > students. How do I go about developing an app for this. Whoever wants

Re: [android-developers] Anyone Using Android Plot?

2012-08-24 Thread Mark Phillips
krs, Thanks. How about AChartEngine - http://code.google.com/p/achartengine/. Have you heard anything about that one? Thanks, Mark On Wed, Aug 22, 2012 at 9:57 PM, Kristopher Micinski wrote: > I've never used it, but I do have some intuitions from what I've heard > on the forum. It seems tha

[android-developers] Re: Android 4.1 Jelly Bean & GIF Images Not Showing?

2012-08-24 Thread Ron
For all the posters saying just change your app to not use gif are not thinking it through. Consider the use case where images are downloaded from the network using 3rd party APIs... you may not know the image type or density... and definitely can't control their image content. You are being

Re: [android-developers] Re: Android 4.1 Jelly Bean & GIF Images Not Showing?

2012-08-24 Thread Ron
Romain, do you have a solution for images downloaded from the network (not resource files) where you don't know beforehand it's type or density? On Wednesday, July 11, 2012 12:50:14 PM UTC-5, Romain Guy (Google) wrote: > > The fix is unfortunately not in 4.1.1. An easy workaround is to put your

Re: [android-developers] Getting Listed in Google Play

2012-08-24 Thread TreKing
On Thu, Aug 23, 2012 at 8:05 PM, Jordan Johnson < epicpwnage...@googlemail.com> wrote: > I've tried searching the word Toddler (the apps called Toddler Time) into > Google Play and still, after searching through the whole list as far as it > extends it wont show up. Are you sure you actually pub

Re: [android-developers] Re: App Development for conducting classes

2012-08-24 Thread TreKing
On Fri, Aug 24, 2012 at 12:42 PM, bob wrote: > You will want to download a copy of MOTODEV Studio For what? - TreKing - Chicago transit tracking

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread TreKing
On Thu, Aug 23, 2012 at 4:59 PM, gabi2i42 wrote: > I am interested to put the x on the top and 2 on the bottom. Create a layout that does exactly what you want. - TreKing

Re: [android-developers] Using startActivity( intent ) multiple times, fails.

2012-08-24 Thread Dianne Hackborn
This is wrong in a number of ways: getLaunchIntentForPackage( "com.android.email" ); First, "com.android.email" is not an API. That is the internal identifier for the current e-mail application that is part of AOSP; there is *no* guarantee that such a thing will ever exist on the device. Se

[android-developers] Re: Scrolling direction and velocity

2012-08-24 Thread Profete162
Same question here, did you find an answer? I asked in STackOverflow... http://stackoverflow.com/questions/12114963/detecting-the-scrolling-direction-in-the-adapter-up-down On Thursday, July 8, 2010 8:17:00 PM UTC+2, Sandy wrote: > > Is there an easy to know the direction of scroll (up or down fo

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread Kristopher Micinski
Or try to find an open source Android view that renders LaTeX or mathml, kris On Fri, Aug 24, 2012 at 2:40 PM, TreKing wrote: > On Thu, Aug 23, 2012 at 4:59 PM, gabi2i42 wrote: >> >> I am interested to put the x on the top and 2 on the bottom. > > > Create a layout that does exactly what you wa

Re: [android-developers] Android Source Cross reference tools

2012-08-24 Thread Justin Anderson
No thanks... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Aug 18, 2012 at 12:43 PM, Jegadeesan M wrote: > please check this link and update us : http://android.grepsrc.com > > -- > You received this message because you are subscribed to the Go

Re: [android-developers] Location data not consistently available and sometimes gives null data

2012-08-24 Thread Robert Young
If you can do without needing a zipcode and can just work with raw GPS coordinates you could overide public void onGpsStatusChanged(int event). You'll get regular updates while your app is running. On Wed, Aug 22, 2012 at 2:04 PM, Fasih Awan wrote: > I am trying to get the location of a user thro

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Jason Sesso
I am using Juno also on Linux. Its just that if you are watching videos or whatever, you create projects a little differently but its no biggie. On Friday, August 24, 2012 6:30:51 AM UTC-7, Daz wrote: > > Thats good to know :-) Its just I don't want to start practising my app > development then

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Lew
I use Juno on Mac and it's just fine. The version names are alphabetically ordered, so you must have downloaded Indigo when it was current, and Juno after the site upgraded to the later release. -- Lew On Friday, August 24, 2012 12:17:43 PM UTC-7, Jason Sesso wrote: > > I am using Juno also

[android-developers] Re: Android automated testing

2012-08-24 Thread Lew
Michael wrote: > > how u [sic] guys do automated tests for developed apps? When you say "developed apps", do you mean ones that others have developed already and you wish to test? Start here: http://developer.android.com/tools/testing/index.html http://code.google.com/p/robotium/ http://code.goo

Re: [android-developers] Re: More Than One Spinners

2012-08-24 Thread Sobia Awan
yes exactly... On Fri, Aug 24, 2012 at 9:14 PM, bob wrote: > Sounds like you want to create three different SpinnerAdapter classes. > > > On Friday, August 17, 2012 4:02:54 PM UTC-5, S Awan wrote: >> >> Hi, >> i wanna set more than one spinner with different strings and >> different icons

[android-developers] Re: Eclipse Indigo or Juno?

2012-08-24 Thread Daz
Cheers guys, that's good to know! Will stick with Juno and update my other Mac with Indigo! Thanks for the support :-) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.co

Re: [android-developers] My widget stop working as of Android 4

2012-08-24 Thread Jonathan S
How about http://www.vogella.com/articles/AndroidWidgets/article.html ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to a

[android-developers] Re: Is there a way to control the Android phone or do a automated test using a remote PC?

2012-08-24 Thread Lew
Also monkeyrunner. This stuff is all over the Android developer site. -- Lew On Thursday, August 13, 2009 1:44:01 AM UTC-7, quill wrote: > > Does that mean I can simulate multitouch events through emulator? > > On Aug 6, 12:14 pm, Anil Sasidharan wrote: > > Hi, > > > > Yes, th

Re: [android-developers] Power on phone when external power source becomes available

2012-08-24 Thread Fred Niggle
One quick-but-dirty way would be to have the androids make a notification sound, for example a 100Hz tone (use audacity to generate the sound file), and have an headset lead connected to the arduino input pin so the firmware can simply wait for the tone and connect the charger... Best regards, Fr

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread gabi2i42
> > Hello, Thank you very much for your reply, I was unable to find any emulators also I am new to android development I am not sure if this has to be implement in java? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread gabi2i42
Hello, Thank you for the reply, I may have to write many equations . I have also tried inserting PNGs but unfortunately the size of the app grows exponentially. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, s

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread TreKing
On Fri, Aug 24, 2012 at 4:02 PM, gabi2i42 wrote: > I was unable to find any emulators Huh? > also I am new to android development I am not sure if this has to be > implement in java? You would create your layout in XML and then write your code to manipulate the layout, if necessary, in Java

[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread bob
Why not use a WebView and HTML? On Thursday, August 23, 2012 4:59:57 PM UTC-5, gabi2i42 wrote: > > Hello, I am creating an Android App and I do not know how to write an > equation which will be displayed to the user, an example could be y=x/2. I > am interested to put the x on the top and 2 o

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread gabi2i42
I have tried to write simple equations but if I want to display more complex equations (with more mathematical expressions lets say) 1+√5 2 The 2 function that would work HTML does not work in XML or at least when I load the app with the emulator -- You received this message because you are

Re: [android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread Kristopher Micinski
You can, there's nothing wrong with it, but if you want to display math, there are many options, it mostly depends on what you want.. kris On Fri, Aug 24, 2012 at 5:11 PM, bob wrote: > Why not use a WebView and HTML? > > > On Thursday, August 23, 2012 4:59:57 PM UTC-5, gabi2i42 wrote: >> >> Hell

Re: [android-developers] How do I write an equation in string format in Android?

2012-08-24 Thread Kristopher Micinski
http://stackoverflow.com/questions/1784786/mathml-and-java .. kris On Fri, Aug 24, 2012 at 5:13 PM, gabi2i42 wrote: > > I have tried to write simple equations but if I want to display more > complex equations (with more mathematical expressions lets say) > > 1+**√5 2***

[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread bob
You can link to images to like this: http://latex.codecogs.com/gif.latex?y=\frac{x}{2} On Friday, August 24, 2012 4:11:22 PM UTC-5, bob wrote: > > Why not use a WebView and HTML? > > On Thursday, August 23, 2012 4:59:57 PM UTC-5, gabi2i42 wrot

[android-developers] Re: How do I write an equation in string format in Android?

2012-08-24 Thread gabi2i42
Because I will have a series of layouts (new pages) new pages with text and equations, could I make the app to think that it is displaying a webpage, therefore in the string I would be able to use the HTML language -- You received this message because you are subscribed to the Google Groups "An

  1   2   >