[android-developers] Re: shape button

2011-01-24 Thread Kumar Bibek
?? What's the question exactly? On Jan 23, 1:49 pm, m momin wrote: > The Button shape is VEry Atractive mode -- 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 unsub

[android-developers] Re: How to get notified when layout is ready

2011-01-24 Thread Kumar Bibek
Normally, the layout should be ready when the onCreate method is over. Do you have any problems with that? On Jan 24, 11:40 am, MikeO wrote: > How can I get notified when the layout is fully calculated? The short > answer is to attached a listener for a callback when the layout is > calculated. H

[android-developers] Re: Camera force to shut down problem

2011-01-24 Thread Kumar Bibek
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{android.photo/android.photo.AndroidPhoto}: java.lang.ClassNotFoundException: android.photo.AndroidPhoto in loader That class is not found. :) But in the code, I couldn't find a place where you are trying to launch this. On

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread Kumar Bibek
Try sockets and USB cable through the ADB server. That's one possibility. On Jan 23, 6:43 am, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to transfer data between it and the PC (Windows Only for > now). Not really files, but data. (I can't rev

Re: [android-developers] Re: Drawing a View on top of a Layout

2011-01-24 Thread Kostya Vasilyev
setContentView does not accumulate views, but rather replaces the current content view with a new one - as you already found out. If you're going to do this with a custom view class, then put it into your layout file: /> -- Kostya 2011/1/24 nation-x > I have a game on the market called Memor

Re: [android-developers] Android Freeware Paint

2011-01-24 Thread droidbittin
Fun idea, will try it and get back Sent from my android device. -Original Message- From: som To: Android Developers Sent: Sun, 23 Jan 2011 15:07 Subject: [android-developers] Android Freeware Paint Hi Guys, I have developed the Android Freeware Paint App which can be downloaded from h

[android-developers] Detect bluetooth headset status changes

2011-01-24 Thread João Neves
Hi, I'm trying to launch my app when a BT headset is connected to the device although I haven't succeded. In the manifest I have: and a class: public class BluetoothNotificationReceiver extends BroadcastReceiver { @Override public void onReceive(Context con

[android-developers] Re: code to call Android Music player Application

2011-01-24 Thread nation-x
Intent >> On Jan 20, 7:28 am, jaishree wrote: > Dear sir, > > I m an Android Developer but new to this field. > > I stuck with some problem , > > Problem is==> how to call  "Android Music Player Application"  from my > android project. > > please help me in this. > > Thank you in Advance -- You

[android-developers] Re: how to get the subview in the GridView?

2011-01-24 Thread nation-x
VideoItem item = (VideoItem) gridView.getChildAt(position); On Jan 21, 4:03 am, "and.Freecomm" wrote: > hi there, > Here is a GridView with custom ImageView in it. > How can i get the sub custom ImageView from the function > onItemClickListener ? > It will be crashed after i get the item. > > onI

[android-developers] How to disconnect call from our application.

2011-01-24 Thread Nagesh
Hello everyone, I am developing one android application which needs to disconnect call automatically in one minute. please experience guys can u help me with sample code. i tried to find through google. in many forums many people rised this question but no response for this question. if u reply fo

Re: [android-developers] Display PDF in an application

2011-01-24 Thread Madhusuthanan Seetharam
May be this helps you http://stackoverflow.com/questions/2456344/display-pdf-within-app-on-android On Mon, Jan 24, 2011 at 1:34 PM, peria abirami wrote: > I need to display/view pdf in Application.. > can any one help

[android-developers] Re: NFC doubts. JSR 257 - 177

2011-01-24 Thread Gorka Hernando
Hi, The thing is what Andrew says. I am working with an sticker always connected to the mobile phone, so once the mobile detects the sticker and reads it, is not possible to read it again unless I remove it and stick it again (what obviously is not acceptable to me). What I want to do is somehow w

[android-developers] How to disconnect call from our application.

2011-01-24 Thread Nagesh
Hello Everyone, Please help in as soon as possible, I am developing an android application which needs to disconnect call in one minute,after that another call should connect automatically from numbers list.i tried to search through google but no result i found. please help me any experience guys

[android-developers] Re: npapi plugin for android

2011-01-24 Thread Ankit
Hi , I tried building the sample plugin but was unable to build it. I am new to Android and using Android 2.3 . There is sample Browser plugin in the source code I am trying to build it but unable to do so. To compile plugin [ In README.txt ] 1. run "make SampleBrowserPlugin" (compiles libs

[android-developers] How to get notified when layout is ready

2011-01-24 Thread MikeO
How can I get notified when the layout is fully calculated? The short answer is to attached a listener for a callback when the layout is calculated. Here's what it looks like. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); RelativeLayout vMain =

[android-developers] to startup with developing apps

2011-01-24 Thread Nithyanandam
hi thanks a lot. i have to start developing an app of barcode reader on my own that is where ALL it goes. CAN any one help me out how to start with the methods -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: npapi plugin for android

2011-01-24 Thread Ankit
Hi , I tried building the sample plugin but was unable to build it. I am new to Android and using Android 2.3 . There is sample Browser plugin in the source code I am trying to build it but unable to do so. To compile plugin [ In README.txt ] 1. run "make SampleBrowserPlugin" (compiles libs

Re: [android-developers] Ramesh Solanki wants to chat

2011-01-24 Thread Martin Jernberg
added you on my jabber account bit...@jabber.se if anyone wants to chat with me :p On 1/21/11, Ramesh Solanki wrote: > --- > > Ramesh Solanki wants to stay in better touch using some of Google's coolest > new > products. > > If y

[android-developers] Android Application testing on real device

2011-01-24 Thread DANI
Dear All, I am new to android development. I was wondering how can we test android application on real device. As there are so many devices in the market and all these have different display size or dimensions and differnt . How can we ensure that our application will Any help will be

[android-developers] NFC Android

2011-01-24 Thread yogmen
In my application are some activity first login to application and second where I should touch tag and when I'm touching the tag Android asking me which application I want to use, I need some thread which allow me to check the activity action without asking me which application I want to use, how t

Re: [android-developers] How to set a dynamic View size

2011-01-24 Thread Nikini Ayodaya
Hellooo Dear Friends, Do u want to download free latest Movies Click Here http://adf.ly/LJAl -- 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 android media player native components at application layer

2011-01-24 Thread Rajnish Taneja
I want to use android media player native components at application layer. Is it possible to do that? 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 unsubs

[android-developers] Re: Using internal Android string resources

2011-01-24 Thread Kevin TeslaCoil Software
I actually had this very conversation with my (bilingual) wife the other day. Another potential problem with using system strings in your own project is that if your default language is English and a user has their phone set for a language you don't support, they'll then see English for all your st

[android-developers] Browser plugin development in Android 2.3

2011-01-24 Thread Ankit
I am new to Android.I am using Android 2.3 I tried to build the sample browser plugin which comes with the source code but was unable to build it . To compile :- [ README.txt ] 1. run "make SampleBrowserPlugin" (compiles libsampleplugin.so and builds the apk) 2. the previous command produces an ap

[android-developers] Advice on building an SMS/Texting client

2011-01-24 Thread Sidu Ponnappa
Hello everyone, I'm moderately dissatisfied with the SMS app on my Android phone and wish to write a more productive one (think DialerOne for SMS). I'm unable to find any docs online with clear instructions on how to go about configuring my app so that the user can set it as the default messaging

[android-developers] manual building of apk's

2011-01-24 Thread Aryeh
In preperation for adding android source to an existing source tree (which has it's own build system and version control and thus we do not want to be forced to switch to ant/git) I am attempting to do a manual build under froyo of HelloAndroid (works perfectly with ant) and I have been able to rep

[android-developers] Odd Animation/Layout Button "Hit Area" Problem

2011-01-24 Thread Aaron Buckner
Ok so here is the deal... I have a menu at the bottom of my apps screen that works normally hits/clicks register fine. When you select the "hide menu" button which is an arrow image the animation works fine and the menu and the hide menu button move down as they should, here is where it gets weird

[android-developers] Manaul creation of APK's

2011-01-24 Thread Aryeh Friedman
In preperation for adding android source to an existing source tree (which has it's own build system and version control and thus we do not want to be forced to switch to ant/git) I am attempting to do a manual build under froyo of HelloAndroid (works perfectly with ant) and I have been able to rep

[android-developers] Data Transfer between Android Phone and PC

2011-01-24 Thread Joseph bates
So, I'm in the early stages of developing an Android app that is supposed to transfer data between it and the PC (Windows Only for now). Not really files, but data. (I can't reveal what the app will be/ do just yet. Sorry) Anyways, I am having trouble thinking of a way to complete data transfers. S

[android-developers] Please recommend job boards for Android developers

2011-01-24 Thread Jessica Benjamin
Please recommend job boards for Android developers. Thank you for your fealty. -Jessica[AT]riverviewrecruiting[DOT]com -- 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

[android-developers] Post with image attachment

2011-01-24 Thread ugurbayram
hi everyone. im new in android dev and stuck on posting an image to jersey web service. here is code snipets of android app and web service. Android app HttpClient httpClint = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(BASE_URI);

[android-developers] Is there direction of developing to full compatibility linux packages(rpm, deb, tgz, etc...) which already and android?

2011-01-24 Thread myandroidmarketacc
Hi, everyone! I mean, some great sandbox, wich will not required root privileges to install such deb, or rpm whatever, like amarok, zenmap, sudoku...? Every day market polluted by hundreds clones of true opensource programms. If there are already linux kernel and userland, and some guys have ins

[android-developers] Supporting motion jpeg with avi oontainer

2011-01-24 Thread Rajnish Taneja
I want to support motion jpeg with avi container in android. Is there plan for supporting this in future version of android? 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@goo

[android-developers] Custom xfer modes for Paint/Canvas?

2011-01-24 Thread spaceraiders
Hi, I'm writing an image editing application, making use of the Bitmap and Canvas classes, and I need to edit the colors of pixels in specific ways for some operations. For example, I'd like to be able to XOR pixel values and create a multiply filter that works the same way as in desktop image sof

[android-developers] Troubleshooting some memory leaks

2011-01-24 Thread TheRain
Hey all- I'm fairly new to Android development and Java development and I've discovered that an app I created recently has a serious memory leak issues. Due to the nature of this app, potentially Activities could be added to the stack ad infinitum. To make matters worse, every activity downloads

[android-developers] Camera force to shut down problem

2011-01-24 Thread Orkun
Hi All! Im developing a camera application however having the same error on emulator or android 2.2 hardware, application force to shut down .. Will be very appreciate for any kind help.. This is my Activity Class : package com.AndroidAR; import android.app.Activity; import android.os.Bundle

[android-developers] shape button

2011-01-24 Thread m momin
The Button shape is VEry Atractive mode -- 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...@go

Re: [android-developers] App Marketing and Monetization Strategies - Webinar

2011-01-24 Thread Martin Jernberg
damn i missed this :( On 1/18/11, OrenTodoros wrote: > The mobile app industry is seeing a growth unlike any other before. > > To better understand the growing popularity of mobile apps, and help > all players in the mobile app ecosystem figure out how to successfully > promote and monetize apps,

Re: [android-developers] Re: Retrieve tweets from my twitter account

2011-01-24 Thread Martin Jernberg
i always use this twitter client: http://twitter.com/SWIFTAPP On 1/18/11, Albert wrote: > Cool thanks for the answers! > > Alberto > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-develo

Re: [android-developers] File buffer help

2011-01-24 Thread fird hardys
Im a new to java On 2011 Jan 22 22:10, "nation-x" wrote: Please have patience with my noob questions... I am new to Java. I am reading a large file (podcast) from the web which I am playing with the mediaplayer... I have been looking at how I can truncate the buffer during write and I think I c

Re: [android-developers] screenOrientation

2011-01-24 Thread Kostya Vasilyev
This can be set in the application's manifest (not in the activity's layout file): http://developer.android.com/guide/topics/manifest/activity-element.html#screen -- Kostya 2011/1/21 jerryalex > New to Android but not new to linux. > Would like to change the screenOrientation from landscape to

[android-developers] Re: SQLite Issues - Database seems to be corrupt on occasions. Missing tables etc.

2011-01-24 Thread Bret Foreman
I've seen this exception when one thread is adding a table to the schema and another thread is accessing a different table at the same time. This is because SQLite maintains a master list of tables, which is locked for both read and write access by all threads while any thread is doing a table crea

[android-developers] Re: How to investigate a system crash reported by user?

2011-01-24 Thread Mark Carter
The Log2Sd app does what I need. On Jan 11, 10:38 pm, Mark Carter wrote: > For some reason he doesn't see a Report button - though I thought this was > on all 2.2 devices? > > 2011/1/11 Stephan Wiesner > > > > > > > > > Tryhttp://code.google.com/p/acra > > > If there is a "normal exception" it s

Re: [android-developers] Re: convert a C++ game to Android

2011-01-24 Thread narasimha venkat
first one thing android game related canvas or opengl surface view two different ways selecting one u can develop game u can analyse the document develop the game On Sat, Jan 22, 2011 at 5:39 AM, Marcin Orlowski wrote: > On 22 January 2011 01:03, DanH wrote: > > Converting the code is th

[android-developers] Android C++ Development with Visual Studio

2011-01-24 Thread Jack Underwood
I am trying to figure out how to setup android development with Visual Studio. I plan on using C++ (targeting 2.3 and above), but I see very little on the subject. Does anyone know how to do this? I know that Android development suggests Java/Eclipse, however, I want to do C++/VS. -- You receive

[android-developers] Problem in adding a control dynamically to a tab widget

2011-01-24 Thread dinesh . bajaj999
Hi All, I am not able to add a control at run time to a tab widget. I asked for solution at the StackOverflow site here, but didn't get any reponse. I am hoping that one of you would be kind enough

[android-developers] Unable to install platforms in Android SDK behind a authenticated proxy server

2011-01-24 Thread caliberoviv
Hi, I am using a windows computer which is behind a windows proxy server, which requires authentication. I entered my proxy server address and port number in the Android SDK manager window. But, the android SDK manager does not ask for Username and password of my proxy server. So, my proxy server

[android-developers] Customized AnalogClock widget doesn't survive screen orientation change

2011-01-24 Thread Alexander Golikov
Hello, I've created a simple analog clock widget for SonyEricsson X10 mini pro. It just changes the style of standard android AnalogClock widget. Widget works fine until screen orientation changes when I slide the physical keyboard. At this moment I recieve the following error: W/AppWidgetHostVie

[android-developers] Re: Best, easiest, cleanest, way to make a game and cross platfrom.

2011-01-24 Thread Hogus
People spend way too much time worrying about cross-platform capability at the outset. I would suggest rather developing a good game for a single platform, getting feedback, and once you have some success worrying about porting. Why do I say this? a) With all the differences in form factor and p

[android-developers] Parental Control Applications for Android

2011-01-24 Thread ParentalcontrolApps.com Cell Phone Parental Control
Hello, We offer Parental Control Software for Android Cell Phones at http://www.parentalcontrolapps.com/spy-software . We are interested in representing the best products to our customers. We also have Windows Parental Control http://www.parentalcontrolapps.com/windows-xp/ for Windows users. If

[android-developers] Error in building Android 2.2

2011-01-24 Thread amador ayala
Hello, my name is Amador. I have problems when I build Android. I have done the following: repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat- froyo.xml repo sync I download correctly all files. But when I build the rootfs I get the following error: amador@amador-desktop:~/rowboa

[android-developers] unexplained / unwanted "diagnostic" output in the upper right corner of emulator screen

2011-01-24 Thread Wolfgang
I have a very simple(istic) test app that produces different results depending which emulator (Android Virtual Device AVD) I target. I'm using Eclipse Helios with the latest SDK and ADT plugins installed. All I'm doing is generating an activity with an empty TextView in the otherwise empty displa

[android-developers] Optimus S Special Drivers?

2011-01-24 Thread Garret-B
Hey guys, So i wanted to try to start developing an application and i have the optimus S by Sprint. I couldn't find any information about my phone and i was wondering if there were any special drivers i needed to downloaded and all and maybe where i could find them? Also, while i'm posting, I wan

[android-developers] Re: Icon not showing for app

2011-01-24 Thread patjackson52
http://schemas.android.com/apk/res/android"; android:versionName="1.0" android:versionCode="1" package="com.jackson.FirefighterLog"> On Jan 14, 8:33 am, Marcin Orl

[android-developers] Re: convert a C++ game to Android

2011-01-24 Thread Mubasher
It all depends what type of game you are planning to port. I will recommend to read "Pro Android Games" by APress. It is a good book. In this book author explained the basics of game development in Android and also showed two examples - the Wolf 3D and DOOM from the PC to the Android device. The

Re: [android-developers] Entering application from Task Manager

2011-01-24 Thread Kostya Vasilyev
Joel, Set clearTaskOnLaunch for your Main activity: http://developer.android.com/guide/topics/fundamentals.html#clearstack Note that launching for debugging can interfere with the task stack (that's my observation) - so to test this, make sure that the first time you launch the app, you do this

[android-developers] Re: Drawing a View on top of a Layout

2011-01-24 Thread nation-x
I have a game on the market called Memory Tutor where I am doing something similar except I am using setImageDrawable() and setBackgroundDrawable(). That way I can just change the setImageDrawable to a transparent png when I want to show the image and a white png when I want to hide it rather than

[android-developers] Creation Of Word Pad Editor

2011-01-24 Thread Vaibhav Nalwad
Respected Developers i am Doing a Project on Creating Word Pad Editor...I don't know...from Where to Start With...Please Help Me in This Regard -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] WakeLock/Services and sleep

2011-01-24 Thread mikeee
Hi all - I've got an app that starts a service in order to receive location updates from the LocationManager.The use case is the service needs to be running all the time and as such it acquires a PowerManager.PARTIAL_WAKE_LOCK in the onCreate() of the Service. But it seems from testing on sev

[android-developers] startActivity with Intent - currently murderous intent :-(

2011-01-24 Thread LenseOnLife
Hi, Please bear with me, I am a newbie geriatric who started programming when computers had discrete transistors and am only now returning after about a decade of forced retirement. Spent the last year using .NET and now trying to come to grips with Android/Java. Evidently, I still need to purcha

[android-developers] Re: How to detect Face and Smile & Face matching in Android?

2011-01-24 Thread m4kz
yes it is possible, Im trying something with face recognition right now. After investigation i've seen that the Face detector wasnt enouught for what i wanted to do http://developer.android.com/reference/android/media/FaceDetector.Face.html but maybe it is ok for you. If you need something more c

RE: [android-developers] Transaction Limit Google Geocoder & Maps

2011-01-24 Thread Tommy
I found the info I was looking for but it leads me to another question. In the usage terms for the geocoding webservice it states : Note: the Geocoding API may only be used in conjunction with a Google map; geocoding results without displaying them on a map is prohibited. For complete details on al

[android-developers] Problem regarding Broadcast event "android.intent.action.ACTION_CALL"

2011-01-24 Thread Titas Roy
Hii All, I want to take the moment/time when the phone call is started. I make a service, starts it after booting and want that it do some specific application when the outgoing phone call is just connected. I take the response of the current status but it is the time just after booting. So I ge

[android-developers] creating two side by side listViews in android layout

2011-01-24 Thread knotboy
i would like to be able to create a layout that has two side by side lists that move seperately i dont mean one below the other i mean one on the right and one on the left thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] simplified push notification integration

2011-01-24 Thread Erica Fox
Hello Android Developers- Erica here. I'm in charge of developer relations at Xtify and look forward to hearing from all of you! Notifications can increase how often your users will use your application - driving more excitement and impressions! Check out our smart notifications for Android (

[android-developers] Re: NFC Secure Element

2011-01-24 Thread gusdgg
Nemik, Thanks for posting the diff's and great work! I'll patch the codebase and see what happen. In the meantime and coming back to your question about the Nexus S hardware containing a secure element like SmartMX, did you get the secure element list with the method getSecureElementList() in the

[android-developers] Force close help, my first app

2011-01-24 Thread Matt
Hello, Im new to android dev, and am getting a force close on my first application and I cant figure it out for the life of me. Hope someone can spot it! import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.os.SystemClock; import android.view.View; impo

[android-developers] Re: Attempt to read preferences file without permission

2011-01-24 Thread roflharrison
I am having the same problem with my application Android Agenda widget. E/ApplicationContext(15707): Couldn't rename file /dbdata/databases/ com.roflharrison.agenda/shared_prefs/ com.roflharrison.agenda_preferences.xml to backup file /dbdata/ databases/com.roflharrison.agenda/shared_prefs/ com.rof

[android-developers] Re: SGS Lag while auto-brightness on?

2011-01-24 Thread Hendrik
Hi Eric, i can confirm this, also I get lags while auto-sync. It seams that any system activity isn't good for the game performance... I have deactivated any automatic program i can, but there are still some lags! Mostly it helps to go to the home screen and rerun the game. Can't figure out what

[android-developers] Quick Search Box. Content ProviderLess.

2011-01-24 Thread lomoflicker
Hi would like to use quick search box to do some sort of a network search. Do I need to use a content provider ? I am not implementing suggestions. I only want to do a full search of the text. What I like to do is the exact behavior that your app would do if you have you search implemented for ONL

[android-developers] simplified push notification integration

2011-01-24 Thread Erica Xtify
Hello Android Developers- Erica here. I'm in charge of developer relations at Xtify and look forward to hearing from all of you! Notifications can increase how often your users will use your application - driving more excitement and impressions! Check out our smart notifications for Android (..

[android-developers] Send an SMS message to an email?

2011-01-24 Thread Jonathan Jenne
I'm trying to code an app that sends an SMS message to an email gateway. I know this is possible because I can send a message from my phone number to an email, and have it receive it properly. Also, I can reply to that email and my phone will get it as a text message. The problem I'm having is that

[android-developers] Cache Manifest

2011-01-24 Thread arkn...@gmail.com
I have been developing a mobile web app which takes advantage of the cache manifest for offline capability. It works well on iOS devices, however, I have been testing on Android 2.2 (Galaxy Tab) and this is what happens: 1. The cache manifest download correctly. (all of the files in the manifest d

[android-developers] screenOrientation

2011-01-24 Thread jerryalex
New to Android but not new to linux. Would like to change the screenOrientation from landscape to portrait. it looks like the AndroidManifest.xml file defines this. Would like to do this globally if possible. Believe that if set at the top level, the sublevels will pick up the value when instal

[android-developers] WebView; SDK

2011-01-24 Thread TGundhus
Hello! Just started with Eclipse and rly a bad programmer when it comes to java although html and php is all fine.. Anyway, I got some problem with the webview command. Because of my skills all I want is to have an application showing "www.mywebsite.com/home.html".. no buttons, options, or somethi

[android-developers] Re: troubleshooting debugger issues

2011-01-24 Thread MartyParty
If you're debugging from the handset, I would recommend never selecting the button that forces the application to close (when you're app crashes). Let the debugger control how an app starts and stops. On Jan 20, 9:33 pm, gonzobrains wrote: > Hi, > > Can anyone recommend how to troubleshoot debug

[android-developers] sound

2011-01-24 Thread k@rthink!!!
hi guys I was creating an app where a sound is played when i click a button. I found in the developer site that i need to place the audio file in the res/raw folder...my ide doesnt show any raw folder...i created one in the res folder and the system is showing an error..can anyone please help me o

Re: [android-developers] Bitmap factory and ICC aware JPG

2011-01-24 Thread nagarjuna lingala
Internally there is difference between bitmap and jpg . You try to use bmp file . Or try to convert that jpg to bmp by using mspaint. Dont hesitate me. it is just i hoped On 1/21/11, Yahel wrote: > Thanks for your answer, > > I was going to go this way but then I read the wikipedia article abo

[android-developers] how to get the subview in the GridView?

2011-01-24 Thread and.Freecomm
hi there, Here is a GridView with custom ImageView in it. How can i get the sub custom ImageView from the function onItemClickListener ? It will be crashed after i get the item. onItemClickListener: videosView.setOnItemClickListener(new OnItemClickListener() { @Override

[android-developers] image upload

2011-01-24 Thread cyberkiwi
how it is possible to upload image from android handset to the server? Is the image serialized, send as bytestream and deserialized on the server? how it is different from javame version of uploading images to the web service? -- You received this message because you are subscribed to the Google

[android-developers] Need help with layout problem.

2011-01-24 Thread Kit Ramos
i can't figure this one out I got all my items in a table view and I want to have the text boxes be differnt sizes as some hold smaller some hold bigger. and others are text entry. but it seems as though insted of beeing able to set size per box what it will do is take the size of the largest bo

[android-developers] How to multi select the GridView Item?

2011-01-24 Thread and.Freecomm
hi there, I'm seeking the methold to multi select the items in GridView. Is there any success story or intrest tricks about this? I searched whole the group forum, but didn't dig any relative information about it. Thanks. My Questions: 1. how to get the state when we clicked the item in my cust

[android-developers] Showing google map on a dialog

2011-01-24 Thread subha ramkie
Hi, I am working on an android application where i am showing a map with some markers(points). I want to know if there's a way to show the map in a dialog (similar to a pop up) on top of the current screen . Currently it opens up as a new screen. Will the "Dialog" work here? If so, how should i s

[android-developers] credits management in a App

2011-01-24 Thread costi
hello! When the user downloads the app i am developing he gets a certain amount of credits. This credits the user can spend using a service on my server. Now how can this be implemented? Is there some .getSecretUserIdForThisApp() that i can send to the server when using the service? Thank you!

[android-developers] touch screen issue

2011-01-24 Thread ani
Hi i have ported android cupkake.And while touching the lcd for testing touchscreen getting the below error. D/TrackingPatternView( 1621): width=640 textureWidth=120 W/InputManagerService( 1621): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub $P

[android-developers] Intent-filter to handle *.foo.zip but avoid handling other zips

2011-01-24 Thread Kevin TeslaCoil Software
Hi, I believe I have figured things out correctly, but I would appreciate input of others to avoid breaking things. I'm hoping to setup my app to be able to download files such as Gingerbread.wltheme.zip from any website and be handled with my app. However I do not want my app to be used for norm

[android-developers] Append numbers to a TextView by clicking buttons-just like a calculator

2011-01-24 Thread Laxmi Krishna
Hi i'm a beginner n stuck with a simple app. Its as simple as appending number to a textview field while clicking on a button with that particular number. Its just as in the case of a calculator. Please help me.. -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Webview crashes on select box or any Dialog

2011-01-24 Thread syamkrishnan
I have an application where clicking on an item in a list shows webview with javascript injected.I need to save the webview object so that when the user presses the same item again the existing webview is shown instead of reloading it and injecting the javascript again.I am able to save the webview

[android-developers] Re: How to detect Face and Smile & Face matching in Android?

2011-01-24 Thread Fred
Hello Ankit, As far as I know Android does not have any kind of method/function to detect smiles or faces in pictures. In order to detect faces or smiles you need to implement algorithms that will do the job for you. Android just gives you methods to access the camera and capture frames or take pi

[android-developers] lcd 18bpp problem

2011-01-24 Thread ani
Hi My board is supporting only 18bpp format,but android is supporting only RGB565(16bpp) format.So have somebody have faced the same issue and help me out for it? Regards ANI -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Android beginner

2011-01-24 Thread subhashini alaguchokku
Hai, Im new one for android,when import existing project, following error came in compile time. anybody pls help me [2011-01-21 12:27:17 - ZOOM] (skipping index file 'D:\ZOOM\res\drawable-hdpi\Thumbs.db') [2011-01-21 12:27:17 - ZOOM] (skipping index file 'D:\ZOOM\res\drawable-ldpi\Thumbs.

[android-developers] code to call Android Music player Application

2011-01-24 Thread jaishree
Dear sir, I m an Android Developer but new to this field. I stuck with some problem , Problem is==> how to call "Android Music Player Application" from my android project. please help me in this. Thank you in Advance -- You received this message because you are subscribed to the Google Gro

[android-developers] Using LAME MP3 library

2011-01-24 Thread PAolooo
I am planning to write an application that can encode audio in MP3. It seems to me the only way of doing it is to port LAME library. So I saw that I can either: 1. use Scratchbox to compile the library and write a small JNI wrapper. Doing so I should be able to use the original Makefile.am buildin

[android-developers] Strange thing, using HorizontalScrollView

2011-01-24 Thread Volker
Hy, I'm using a HorizontalScrollView to create a header menu on the top of my app. Here you can see multiple menu items which can be scrolled in a horizontal way. Is working, but there is a strange behaviour. After scrolling, you have to tab twice on an item you couldn't see before, to get the OnCl

[android-developers] How to input the multiple keyboard inputs

2011-01-24 Thread haranas
Hi For gaming we should require the 2 ,3 key are inputting parallel but i am observing that only one key takes at a time on Android( froyo 0, can we create events so that multiple keys are going enable ..? Please let me How to work with multiple keys at time ...? Thanks a lot -- You recei

[android-developers] Android Screen in frames just as html page

2011-01-24 Thread Pravin
I want to divide the android screen in two frames just as HTML page. Please post me the code ot the methodology to do so. I am running short of time. And also there is any method other than intent to pass data from one screen to another such as conext. -- You received this message because you ar

[android-developers] Android education program

2011-01-24 Thread Alex Korovyansky
Hello I'm instructor in Omsk State Univercity, in Russia. Our Univercity take part in MSDN Academic Alliance, and was in Sun Campus Ambassador program, while it was worked. Is there Google (or somebody else) provide educational network for Android? I think, it will be very popular among studens, a

[android-developers] UAC based on sip and SipDemo App not working

2011-01-24 Thread vikram jain
Hi I need to implement an user agent at the client side based on SIP in Android 2.3, who does Registeration and Invite in Java on Android 2.3. Can any body please help with some sample example. Prompt answer will really be appreciated, as it is very urgent. I tried to use SIPDemo client in Andoid

[android-developers] code to invoke Android Music Player Application

2011-01-24 Thread jaishree
Dear sir, I m using this below to call Android Music player Application intent = new Intent(Intent.ACTION_VIEW); File file = new File("/sdcard/Books/*.mp3"); intent.setDataAndType(Uri.fromFile(file), "audio/*"); startActivity(intent); I m ab

[android-developers] UAC based on sip and SipDemo App not working

2011-01-24 Thread vi
Hi I need to implement an user agent at the client side based on SIP in Android 2.3, who does Registeration and Invite in Java on Android 2.3. Can any body please help with some sample example. Prompt answer will really be appreciated, as it is very urgent. I tried to use SIPDemo client in Andoid

<    1   2   3   4   >