[android-developers] Any implementation about image effects?

2011-07-04 Thread Tuzik Gaffey
hi everyone, i'm working on an android app for image processing. and i met problems about effects something like LOMO.so i wanna some implementation for that. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to use images for different screen resolution

2011-07-04 Thread marq
Hi guys, I'm developing a simple game by using Cocos2d game engine, I need to run this game for all screen sizes. For this purpose i used three different resolution images, like 240X320, 320X480, 480X800. And I created three different folders in assets, I'm adding all the images in

[android-developers] Re: Odp: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-07-04 Thread ziggy
I set number of max stream to 5 and play wav files, the crash probability is very low. About it crashes about once in one hour. On Jul 4, 6:21 pm, a1 arco...@gmail.com wrote: Lower number of max streams to 8 and re-encode sounds to mp3 96k+, generally speaking sound drivers and player

Re: [android-developers] Re: Getting contact names for facebook integrated contacts

2011-07-04 Thread mechatronics. worlds
Thank you for your message… I will be happy, if you visit my blog, And interested in mechatronics engineering http://mechatronics-worlds.blogspot.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] Re: How to make a image work as a button

2011-07-04 Thread noslen
Use the ImageButton view On Jul 1, 10:15 am, Dalton Metzler sroze...@gmail.com wrote: So i have a image thats on my project how do i make it where you can tap on that image then it brings you to a new menu -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Help required in Directory creation.

2011-07-04 Thread Farhan Khurshid
I have been trying to fix an issue since yesterday but no luck yet. I made a very simple android application to create directory and the application was working fine. The main source code is mentioned here. File extDir= Environment.getExternalStorageDirectory(); File sddir = new

[android-developers] Problem adding new contacts to a custom syncadapter account manually

2011-07-04 Thread Fugee
I created a syncadapter to sync contact-data with a custom backend. The Sync-Operation is working, but when i manually add a new contact via contact editor, i can not select the syncadapter account for storing the new contact. Is this actually possible ?. -- You received this message because

[android-developers] Re: TabActivity with multiple nested acitivities based on Button Click

2011-07-04 Thread Jastp
Hi.. The reason behind getting null ptr exce. is simple.. replace the class BranchSearch by BranchSearchHelper in your MainActivity's OnCreate- intent = new Intent().setClass(this, BranchSearch.class); replace it by: intent = new Intent().setClass(this, BranchSearchHelper.class); -- You

Re: [android-developers] XML Parsing

2011-07-04 Thread VINOD KUMAR SINGH
Hi can you send me link for developing login-in screen that takes user name and password. It also provided an option for registering. That will store user name and password into db or local. On Mon, Jul 4, 2011 at 3:41 PM, yogeshkumar tiwari yogeshtiwari2...@gmail.com wrote: Hi vikash,

[android-developers] How to capture all outbound audio

2011-07-04 Thread russell.scheerer
Is it possible to listen/capture all audio being played to the speakers? I'd like to write an application can take the outbound audio stream from any application (Pandora, youtube, player, etc..) and send it to an Aiport Express. Ideally i'd be able to listen to the PCM byte[]s being send to the

[android-developers] How can I generate multi touch event in android?

2011-07-04 Thread AndroidAPP
Hi, How could I generate multitouch event in android? Actually, I have already some ideas for it, but it doesn't work. Here is my code. Thanks a lot. code float

[android-developers] JUnit running problem

2011-07-04 Thread Rafael Moraes
People, I'm kind of desperate trying to solve this problem: http://stackoverflow.com/questions/6552023/android-junit-testing-stuck I've posted this on stackoverflow and none aswered any of u guys, have any ideas of how can I solve this JUnit tests problem? I'm trying to develop using TDD, but

[android-developers] App 2 SD on Xperia X8

2011-07-04 Thread Sam DSouza
HI Please tell me how can I configure App 2 SD for Sony Xperia X8. I am using Android 2.1 update 1. (2.1.1) -- 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

Re: [android-developers] re-usable components???

2011-07-04 Thread doles
Thanks! I think I need to add to my question. 1 part is what I described in my first post and your answer is very useful thank you! 2) how do i add such a re-usable view into an existing view at run time? So, lets say i have an activity already painted that has a button on it. on the button

[android-developers] how to determine which tab is selected by the radiobutton

2011-07-04 Thread Muchamad Jeffri
hi i'm from Indonesia. sorry for my bad english language. i have problem like this. http://a7.sphotos.ak.fbcdn.net/hphotos-ak-ash4/261955_1871129290585_1011704401_31662629_977717_n.jpg from the picture above if we select the radiobutton Pria and click Save, then his name appears on the tab Pria.

[android-developers] Re: Sony Ericsson EDK for Timescape

2011-07-04 Thread Rahul Popuri
Hi Johan, I just downloaded the EDK today and played around with the RSS extension, looks really good! I was wondering, how come Sony Ericsson didn't include an email extension like they did with the 2010 Timescape? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] re-usable components???

2011-07-04 Thread Mark Murphy
On Mon, Jul 4, 2011 at 5:37 PM, doles sachin.d...@gmail.com wrote: 2) how do i add such a re-usable view into an existing view at run time? The same way you do any View: create an instance and call addView() on its parent. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] How to capture all outbound audio

2011-07-04 Thread Mark Murphy
On Mon, Jul 4, 2011 at 12:07 PM, russell.scheerer russell.schee...@gmail.com wrote: Is it possible to listen/capture all audio being played to the speakers? You can use the microphone for that. Ideally i'd be able to listen to the PCM byte[]s being send to the speakers as they are being

Re: [android-developers] Help required in Directory creation.

2011-07-04 Thread Mark Murphy
Make sure you have the WRITE_EXTERNAL_STORAGE permission. On Mon, Jul 4, 2011 at 6:33 AM, Farhan Khurshid rajafkan...@gmail.com wrote: I have been trying to fix an issue since yesterday but no luck yet. I made a very simple android application to create directory and the application was

[android-developers] Drawing a large table with canvas

2011-07-04 Thread YoonSung Hong
Hello, For my application, I have been using a table layout inside a scroll view to display a table. So, if a table size is large, it take a longer time to render (although it is only showing the portion that fits screen size, it seems that it renders entire table, and hide the rest of the table

[android-developers] Re: Odp: SoundPool and DualCore (Samsung Galaxy S2) : Random Crashes ingame

2011-07-04 Thread Andy
By setting max streams to 4-5 there isn't really the point even use Soundpool anymore. Instead you can create 16 mediaplayers and play your soundfiles there. So up to know there is no real stable workaround for me. A SoundPool with 4 max Streams isn't a Soundpool anymore. In my game there are

[android-developers] Re: Orientation in landscape

2011-07-04 Thread Mike D
Thanks for pointing me at the post, it makes sense. However I'm still only ever getting negative degrees when the phone is in landscape no matter which direction I'm sitting. I did try and find the function Display.getRotation() but I can't seem to use that function. I am using getRotationMatrix

Re: [android-developers] re-usable components???

2011-07-04 Thread doles
Hmm. That is not working for whatever reason. Here is my code. in the activity: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); LinearLayout ll =

Re: [android-developers] re-usable components???

2011-07-04 Thread Mark Murphy
On Mon, Jul 4, 2011 at 6:27 PM, doles sachin.d...@gmail.com wrote: Hmm. That is not working for whatever reason. It would really help if you would take the time to explain what not working means. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] re-usable components???

2011-07-04 Thread doles
not working means that my view that i am trying add programatically does not show up on screen. so the 5th line in the onCreate is not doing anything. I would expect it to show a EditText on screen. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] re-usable components???

2011-07-04 Thread Mark Murphy
On Mon, Jul 4, 2011 at 6:41 PM, doles sachin.d...@gmail.com wrote: not working means that my view that i am trying add programatically does not show up on screen. so the 5th line in the onCreate is not doing anything. I would expect it to show a EditText on screen. I'm not sure why you have

[android-developers] How to play the music

2011-07-04 Thread Perry168
Hi, I created a MID file for game's music. To prevent it be copied. I encoded the file. My problem is when I loaded the data and decoded (Maybe call char [] midA). how to play it? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] How to play the music

2011-07-04 Thread Perry168
Hi, I created a MID file for game's music. To prevent it be copied. I encoded the file. My problem is when I loaded the data and decoded (Maybe call char [] midA). how to play it? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: TabActivity with multiple nested acitivities based on Button Click

2011-07-04 Thread youssef
Thank you so much for your help I really appreciate it. I face another problem when I reach the last nested activity with the tab activity. so when I press on one of the tab(Branch Search) it takes me to a page when I have a edittext and go button when I press the go button to get the locations

[android-developers] Re: How to make a spinner in listview

2011-07-04 Thread duc nguyen
Thanks for this. On 4 Tháng Bảy, 20:17, Jayanthi jaia...@gmail.com wrote: This will be too hard just go with simple UI ,Listviewis separate UI and Its hard to getspinnerthere inlistview On Jul 4, 6:14 am, duc nguyen vanduc571...@gmail.com wrote: Hi all  ! I'm having problem with

[android-developers] Rotate Google Map

2011-07-04 Thread lbendlin
Your requirements contradict each other. -- 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] outlined text

2011-07-04 Thread bob
Is there an easy way to create outlined text on 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Geocoder nightmare

2011-07-04 Thread bob
This is the exception 07-04 20:38:19.969: WARN/System.err(2861): java.io.IOException: Unable to parse response from server 07-04 20:38:19.979: WARN/System.err(2861): at android.location.Geocoder.getFromLocationName(Geocoder.java:159) 07-04 20:38:19.979: WARN/System.err(2861): at

Re: [android-developers] Re: Orientation in landscape

2011-07-04 Thread Dianne Hackborn
What phone is it? Have you tried the ApiDemos examples on it that use the sensor to see if they work? Have you tried other applications from Market on it that are known to work? On Mon, Jul 4, 2011 at 3:21 PM, Mike D mdavie...@gmail.com wrote: Thanks for pointing me at the post, it makes

[android-developers] Lock screen interferres with the application forced to be landscaped

2011-07-04 Thread benderillo
Hi All, Here is the thing. There is an application which has android:screenOrientation=landscape android:configChanges=orientation|keyboardHidden in its Manifest. When lock screen appears on top of the application it forces the app to go to portrait mode despite of the fact that it is clearly

Re: [android-developers] External data an persistence across uninstall

2011-07-04 Thread Chris
Yup, like I said I read the f'n manual. It'd be nice if there was a standard place where we could keep data that persists across uninstalls though. -- 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] Hardware capabilities

2011-07-04 Thread Christopher Van Kirk
Are there any function calls available, either in the native or java api's, that will allow me to query the device about its capabilities? Things I had in mind are clock speed, gpu type, memory size. Stuff that really makes or breaks your app's performance. -- You received this message because

[android-developers] How to let webkit support bidirectional HTTPS?

2011-07-04 Thread apeman
Now the Android webkit just support single directional HTTPS connection. How can I let it support bidirectional HTTPS connection? I want to use webkit plug-in, but I don't know how to start. Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Microphone.getMicrophone of Flash return null

2011-07-04 Thread 苗忠良
hi: I want to use Adobe Flash Player to record Audio,But I find the function Microphone.getMicrophone return null, help me. 2011/7/5 Christopher Van Kirk christopher.vank...@gmail.com Are there any function calls available, either in the native or java api's, that will allow me to query the

[android-developers] custom events in android

2011-07-04 Thread doles
Hello, Is there any way to fire custom events in android. I have had experience with custom events in GWT and in the javascript world and that model is nice to say the least. Is there anything like that in Android? for example, lets say a user clicks a button on the screen, then my app might

[android-developers] Dynamic Accordion Creation in android

2011-07-04 Thread Jatin D Patel
Dynamic accordion creation Your Feedback / Comments will be Appreciated. http://jatin4rise.wordpress.com/2011/07/05/dynamic-accordion-creation-in-android/http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/ -- Thanks, Jatin D N Patel You Got To Think HIGH to RISE. -- You

[android-developers] android facebook.

2011-07-04 Thread yanamala siddaiah
I am using facebook sdk. I want to login facebook . facebook is logged in if predefined facebook is not logged. I want to solve this problem, if some user logged with another app. my app displayed invalid key. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] constructors on a View

2011-07-04 Thread doles
Hello, On all views (layouts or widgets) there are three different constructors. 1) View(Context) 2) View(Context,AttributeSet) 3) View(Context,AttributeSet,int defStyle) If I were designing and coding the first few components of an anrdoid app, which constructors should I be mindful of

[android-developers] Re: custom events in android

2011-07-04 Thread Jastp
It's so simple: There r two best ways: 1. Create a class extending AsyncTask and overrides it's doBackgroud() and and on postExecute() methods and write your code of fetching data from server in doBackground() mtd and onPostExecute() write ur code of db updation and start a new activity;

<    1   2   3