Re: [android-developers] More Than One Spinners

2012-08-24 Thread Narendra Singh Rathore
On Sat, Aug 18, 2012 at 2:32 AM, S Awan juwerian.so...@gmail.com 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 second spinner with different strings and icons it loads the same

[android-developers] Re: VideoView Uri redirect problem

2012-08-24 Thread Karan Uppal
Hi, I am trying to do something similar, could you elaborate on how you got your code to work using the HEAD request method. Thanks! On Tuesday, August 3, 2010 2:49:14 PM UTC-7, Sam wrote: Thanks for the advice. It worked perfectly! On Aug 3, 4:21 pm, Mark Murphy mmur...@commonsware.com

[android-developers] Re: How is RockPlayer doing hardware decoding?

2012-08-24 Thread anoop a r
hi arun, i am also facing the same problem. Only thing i understand is that it can be done using libstagefright and openmax but no dcumentation is available. If you get the solution pls do post here. Thanks, Anoop On Thursday, October 20, 2011 12:02:45 PM UTC+5:30, B.Arunkumar wrote: Hi,

[android-developers] Can i get update notification for application installed outside the market?

2012-08-24 Thread Adi Levi
Hi, I would like to know if there is a way to get update notification for my App if the App is installed by running .Apk file that was downloaded from my server and not from the market? The Application is published in the market and also could be downloaded from my site. if i search for the

[android-developers] My Keystore has a blank password

2012-08-24 Thread Dylan Ryan
Hello, When I first released my application I used the built in android developer tools to generate a keystore with a blank password. I now want to update my application, but the newer tools will not let me use a blank password. Is there anything I can do about this? I have tried to export

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

2012-08-24 Thread Mark Jawdoszak
I have an intent that starts the default Android mail client: Intent emailIntent = this.getPackageManager().getLaunchIntentForPackage( com.android.email ); this.startActivity( emailIntent ); Very simple stuff, and it fires off the Email client, from an Import from Email button in my app. My

[android-developers] Getting Listed in Google Play

2012-08-24 Thread Jordan Johnson
Hey, I've had my app up on Google Play for over a month now, still not a single download on it :/ 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. Can anyone tell me

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

2012-08-24 Thread Leopaul Hibas
i've tried this step filenewotherandroid project from existing codenextbrowse and selected the folder of the project from my workspace, but when i click finish it shows invalid project description -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: How to define a CUSTOM font (Typeface) in application wide XML Theme/Style?

2012-08-24 Thread Atali
any answer on this subject because it's a pain ... Le mercredi 26 janvier 2011 18:35:23 UTC+1, Eric a écrit : Hello, I have been searching the APIs for a way, ANY way, to define a custom (developer installed) font on a style, but it does not appear this is possible. It appears you

[android-developers] Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-08-24 Thread blizzard
Hello everyone, I'm having trouble executing instrumentation tests using the android maven plugin. I have followed the libraryprojects example to the last detail, however, there is one slight difference in my setup ~ i'm adding the android support jar as an external dependency. My setup looks

[android-developers] Eclipse and ADT plugin

2012-08-24 Thread The_Piper
I try to install the ADT plugin in Eclipse and *ALWAYS* get this error message, which is not mentioned in this document http://developer.android.com/sdk/installing/installing-adt.html#Download *Cannot complete the install because one or more required items could not be found. Software

[android-developers] Re: More on Fragment inflation

2012-08-24 Thread Jesse Ridgway
I know its been a long time, but do you still have that working example? I'm getting this same problem and can't figure out how to make it go away... On Monday, April 4, 2011 2:21:08 PM UTC-7, G. Blake Meike wrote: I believe I now have mostly working code. I've posted it here:

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

2012-08-24 Thread Michael
what kind of test u wish to run? unit level is pretty different from the system level. if you looking for a system testing tool, there are a few options, i personally prefer droidpilot.com, they hv a 15-day free trial, should long enough for you to dangle around your app. On Wednesday, March

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

2012-08-24 Thread Gianluca Cacace
I'm trying to find the best way to develop a HTTP queue which uploads videos using HTTP POST, with progress indicator in a listview or notification. I'm developing with ICS. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

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

2012-08-24 Thread gabi2i42
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 on the bottom. I have tried to write it as a string such as y=xdiv2/div (HTML) but Android or XML does

[android-developers] Re: Android ICS: Default browser not respecting meta viewport tags

2012-08-24 Thread Marcel Jahn
Hi, I am experiencing the exact same problem. The stock Browsers of my Transformer Prime - Android 4.0.4 - and my HTC ONE X - Android 4.1.1 - do not respond to the viewport meta tag. My tag looks like this: meta name=viewport content=width=device-width, minimum-scale=1.0, maximum.scale=5.0,

[android-developers] Selective Security in Activity (can one add multiple windows to an activity?)

2012-08-24 Thread Daniel Smith
I am currently making an activity that needs to selectively block screenshots. I can accomplish total security (via FLAG_SECURE being applied to the window), but I cannot achieve selective security. Since FLAG_SECURE is set for a given window in an application, I thought it might be possible

[android-developers] Android automated testing

2012-08-24 Thread Michael Zhang
how u guys do automated tests for developed 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 email to

[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 Michael Zhang
you could always develop a tool, but there is a testing tool called droidpilot provides free trial from www.droidpilot.com On Sunday, July 26, 2009 11:16:23 AM UTC+8, chicochen wrote: I am a tester, is there a way to control the Android phone or do the automated testing using a remote PC?

Re: [android-developers] Re: how to check table is empty or not

2012-08-24 Thread Sadhna Upadhyay
Hi Every one, I am trynig to create database in which when i am trying to add 3rd 4rt colum then ite not creating,nd arror massage coming,only column is sucessfully added but i want to add more than 2 fields,if some one has any idea pls share with me Thanks. Sadhana -- You received this

[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 in

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, 2012

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 michael...@gmail.com wrote: you could always develop a tool, but there

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 this

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 Android

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 theedge...@free.fr wrote: On 22/08/2012 07:27, Mehdi Mustafayev wrote: Hi ! Could you tell me, how long new members topic

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

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

[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

[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

[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,

[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, send

[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

[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 the Set

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 treking...@gmail.com wrote: On Thu, Aug 23, 2012 at 2:03 AM, Rajan Thakrar r.d.thak...@gmail.comwrote: can you

[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

[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

[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

[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

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 android

[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

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] 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

[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 unsubscribe

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 ArrayListLong eventID = new ArrayListLong(); public static ArrayListString nameOfEvent = new

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 awsnetworkrecor...@gmail.comwrote: Hi,

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 asheesharya...@gmail.comwrote: 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

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 vk872...@gmail.com wrote: Hi, You can use content resolver to get the event_ID and event_Details as well please check the

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 rahulkaushi...@gmail.comwrote: 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,

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 vk872...@gmail.com wrote: According you what is unique id could you please bring some clarity on this. On Fri, Aug 24, 2012 at

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

[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: ?xml version=1.0 encoding=utf-8? bitmap xmlns:android=http://schemas.android.com/apk/res/android;

[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

[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

[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

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 eduardo.ya...@gmail.com 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

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 yogi2sm...@gmail.com 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

[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

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 sachavantienho...@gmail.com wrote: This problem is occurring on a

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 mmur...@commonsware.com 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

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 asheesharya...@gmail.comwrote: 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.

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

[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 button

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

[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

[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

[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 automatically

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 joerggrohne...@googlemail.comwrote: I try to install the ADT plugin in Eclipse and *ALWAYS* get this error

[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

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 magouyaw...@gmail.comwrote: 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,

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 using

[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; import

[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 socket;

[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 second

[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? Why

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 sundar.vasu...@gmail.comwrote: Hi Suppose I want to give some kind of classes

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

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 to

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 krismicin...@gmail.com wrote: I've never used it, but I do have some intuitions from what I've heard on

[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

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

2012-08-24 Thread TreKing
On Fri, Aug 24, 2012 at 12:42 PM, bob b...@coolfone.comze.com wrote: You will want to download a copy of MOTODEV Studio For what? - TreKing http://sites.google.com/site/rezmobileapps/treking -

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 gabi_sech...@yahoo.co.uk 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.

[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 for

  1   2   >