[android-developers] Re: How create LatinIME's binary dictionary(why get the child node address by the same address)

2010-03-22 Thread a a
i'm sorry, there is get child count after get the child address. so it seam good. 2010/3/22 a a harvey.a...@gmail.com: Dear All,     I met a big difficiult problem, i have researched more then 5 day's. Of course i read the LatinIME's algorithm for the suggestion. It following like that

[android-developers] opencore test result

2010-03-22 Thread Uander
Hi All , Here is what I got while running a test case of open core . *** # pvplayer_engine_test -test 1 1 SDK Labeled: PVDEV_CORE_RELEASE_6.506.4.1 built on 20090312 Test Program for pvPlayer engine class. Input file name 'test.mp4' Test case range 1 to 1 Compressed output

Re: [android-developers] Re: How create LatinIME's binary dictionary(why get the child node address by the same address)

2010-03-22 Thread Kan-Ru Chen
FYI, there is a tool called makedict can be used to create the binary format. On Mon, Mar 22, 2010 at 2:00 PM, a a harvey.a...@gmail.com wrote: i'm sorry, there is get child count after get the child address. so it seam good. 2010/3/22 a a harvey.a...@gmail.com: Dear All,     I met a big

Re: [android-developers] Re: How create LatinIME's binary dictionary(why get the child node address by the same address)

2010-03-22 Thread a a
thanks for your information 2010/3/22 Kan-Ru Chen ka...@0xlab.org: FYI, there is a tool called makedict can be used to create the binary format. On Mon, Mar 22, 2010 at 2:00 PM, a a harvey.a...@gmail.com wrote: i'm sorry, there is get child count after get the child address. so it seam good.

[android-developers] Dynamic Table Problems

2010-03-22 Thread Chirayu Dalwadi
I have a application in which i have to add and delete rows dynamically. I use *ordertablelayout.removeViewAt(v.getId());* property on OnClick event of button in that row, in order to delete that row. Now the problem is that when i delete the row, the table does not refresh the indexes. So I am

[android-developers] Excute two activity at the same time

2010-03-22 Thread Michael Wu
Hi, all. I have a question about application excution. Generally, only one activity could be excuted at the same time. Even though there are still other applications which is excuted in the background, there is still only one application could be showed on the screen display. -- |

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread a a
use service which run back 2010/3/22 Michael Wu michaelwu1984...@gmail.com: Hi, all. I have a question about application excution. Generally, only one activity could be excuted at the same time. Even though there are still other applications which is excuted in the background, there is

[android-developers] Sony Ericsson OpenAPI Program launches with TrackID Charts API new WebSDK

2010-03-22 Thread SonyEricsson DeveloperWorld
The OpenAPI program enables developers to access Sony Ericsson’s APIs and content from the company and content partners and build rich features and capabilities into their own applications. Commencing with the TrackID Charts API, the program will extend to cover more innovations and content

[android-developers] Sony Ericsson OpenAPI Program launches with TrackID Charts API new WebSDK

2010-03-22 Thread SonyEricsson DeveloperWorld
The OpenAPI program enables developers to access Sony Ericsson’s APIs and content from the company and content partners and build rich features and capabilities into their own applications. Commencing with the TrackID Charts API, the program will extend to cover more innovations and content

[android-developers] Re: Change label of a Activity at run-time in Android

2010-03-22 Thread vikas kumar
Oh sorry..i think u misunderstood me... i discovered the solution for me.. that is..within a Activity class, i called the function.. this.setTitle(MyTitle) and it worked... thanks.. On Mar 18, 12:08 am, Dianne Hackborn hack...@android.com wrote: Sorry, you can't. On Wed, Mar 17, 2010 at 1:02

[android-developers] Re: Android Map...

2010-03-22 Thread vikas kumar
Oh sorry to say..i already developed a map.. but it lacks lots of feature..that's why i want to access the inbuild emulator map through my own application..is it possible to integrate? thanks in advance.. On Mar 17, 10:17 pm, Mark Murphy mmur...@commonsware.com wrote: vikas kumar wrote: Hi

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Michael Wu
Thanks, aa. I am not sure your mean. Do you mean run back the background service? As far as I know, the run back function would call the background service to the surface, and the surface application would change to background service. Could it show two applications on the screen display at the

[android-developers] Avoid Black Screen on starting application?

2010-03-22 Thread javame_android
Hi, Whenever I start any Android Application, initially a black screen comes to the foreground for a split of a second and then the splash screen comes up of the Application. Can anyone let me know the way of avoiding it? Hope to get a reply soon. Thanks Regards Sunil -- You received this

[android-developers] Re: Avoid Black Screen on starting application?

2010-03-22 Thread Kumar Bibek
You must be doing a lot of things in the onCreate method. Exit from onCreate method as soon as possible. This would bring up the activity faster. THanks and Regards, Kumar Bibek On Mar 22, 1:15 pm, javame_android su...@softwebsolutions.com wrote: Hi, Whenever I start any Android Application,

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread a a
Dear Michael Wu It can't run more then one activity at the same time . 2010/3/22 Michael Wu michaelwu1984...@gmail.com: Thanks, aa. I am not sure your mean. Do you mean run back the background service? As far as I know, the run back function would call the background service to the surface,

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Sven Jacobs
Hi Michael, you certainly can't modify the framework... I mean, of course you can check out the sources of the Android framework and modify them but then your application would only run on devices where *your* version of the framework is installed. I don't think you want that. What do you want

[android-developers] Re: Avoid Black Screen on starting application?

2010-03-22 Thread javame_android
Hi, Below is the code that I am using in onCreate() method. /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); /* New Handler to

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Ne0
I get this with my Nexus One, the worrying thing is that appears then disappears very quickly like it is trying hard not to be noticed. I would associate this sort of behaviour with a virus, trying to remain undetected, but if you are seeing this in an emulator then it may just be a system

[android-developers] Application Crashing OutOfMemory .Restructuring Help Needed

2010-03-22 Thread Alok Kulkarni
Hi guys, I have an application which fetches data from server and shows it in different lists in my application. I used the adb shell procrank command to find out the memory usage of my application It takes 10 mb for the UI (I have a single Activity ,but many layout files), And the data which

[android-developers] Platform Versions page on android.com

2010-03-22 Thread BoD
Please, Google, could you update this page: http://developer.android.com/intl/fr/resources/dashboard/platform-versions.html It dates from January, and I bet the data are now different. (maybe you guys could come up with a 'scheduled job' so this page is *always* up to date...) Thanks a lot! BoD

[android-developers] Conversion to Dalvik format failed with error 1

2010-03-22 Thread ColletJb
Hi, I'm currently trying to use a third party jar file, but when I add it into my build path, I have a Conversion to Dalvik format failed with error 1 error... Can someone tell me what this is ? And how I can fix it ? Thank you -- You received this message because you are subscribed to the

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Michael Wu
Hi Sven, you are right. I want to display two activities from different apps on the screen simultaneously. I know it can't run more than one activity at the same time, but I want to achieve this. I have some ideas: 1. Change the scale of application into smaller size. 2. Modify the framework to

[android-developers] Regarding using intents in the GridView and absolute layouts

2010-03-22 Thread NewDev
Hi, I am trying to write an application where I am trying to display images along with the texts for the same. Images are displayed properly on the grid. Now I have one second screen, wherein On clicking only on the first image, the seccond screen1 should be displayed. But now whats happening

Re: [android-developers] Re: How to block incoming call in Android?

2010-03-22 Thread jitendra kumar
Thanks Bibek for the information. *If we can't block incoming call using android SDK, in that case how GBlocker application works???* *GBlocker Application Link:* http://bubiloop.com/android-communication-gblocker Regards, Jitendra Kumar On Wed, Mar 10, 2010 at 11:54 PM, Kumar Bibek

[android-developers] Re: Can't dynamically update ListAdapter for ListView

2010-03-22 Thread Kantesh
i cudn exactly understand ur prob ,U jus add items to array list tht u r using fir adapter properly..its getcount 'll take care of items display.. also wen ever u remove an item from list it;ll atomatically updated.. use arraylist...length in get count..reload the list.. i suppose am convincing

Re: [android-developers] Regarding using intents in the GridView and absolute layouts

2010-03-22 Thread kavitha sunil
I think you can check the item that is clicked using the position param in the function onItemClick() and if it is the first item only then call start activity,. Don't call for each item click. This should help./ On Mon, Mar 22, 2010 at 4:22 PM, NewDev kna...@gmail.com wrote: Hi, I am trying

Re: [android-developers] Problem with TabActivity and ListActivity

2010-03-22 Thread Nandan .
hi Mark Have you solved ur problem to start a new activity within a tab activity. how can u do this. can u shere with me thank you On Tue, Feb 2, 2010 at 10:58 PM, Mark Murphy mmur...@commonsware.comwrote: And the Problem is If i want to start activity which is not specified in tabhost in

[android-developers] Need help: How to create Surfaces in Native layer(equivalent of view-getholder-getsurface)

2010-03-22 Thread Latha Shivanna
Hii All, In one of my applications, i am doing some video playback and other display related stuffs in Surfaceviews and i create them in XML layouts. I am all fine in Java here. But now i need to do all this in C/C++(native layer), I have this doubt in this regard. Is it possible to create

[android-developers] OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
Hello, I have a problem with a suddenly dead(?) OpenGL Thread. After an indeterminate time (30 seconds to a couple of minutes) the onDrawFrame of the Renderer simply doesn't get called anymore. I get no exception, no ForceClose, no ActivityNotResponding, no nothing! I can still open the Menu,

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Mark Murphy
Michael Wu wrote: Hi Sven, you are right. I want to display two activities from different apps on the screen simultaneously. I know it can't run more than one activity at the same time, but I want to achieve this. It is still not possible, particularly from the SDK. I have some ideas: 1.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Lorents
Its probably one out of two (or a mix): 1- Everybody has gotten their phone and instantaneously forgotten about this thread 2- Everybody is still waiting I'm in Norway and still waiting :) On Mar 20, 10:31 pm, dgoemans dgoem...@gmail.com wrote: To be honest, i don't think anyone from this has

Re: [android-developers] Re: Avoid Black Screen on starting application?

2010-03-22 Thread Mark Murphy
javame_android wrote: Hi, Below is the code that I am using in onCreate() method. /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: Any Bluetooth experts care to take a stab at this puzzle?

2010-03-22 Thread DonFrench
More information on this problem: The run() method of the ConnectThread class within the BluetoothService class of the BluetoothChat example calls connect() on the BluetoothSocket class. This happens after the device is successfully discovered and in response to the user selecting it from a list

[android-developers] Problem with sqlite database

2010-03-22 Thread mudit
hi all i am developing an application which uses sqlite db for storing records. I am developing this application on SDK 1.5.. when i test the application on 1.5 device it works good but when i try to run it on a 1.6 device i get a force close message with following logcat output: 03-19

[android-developers] Re: Regarding using intents in the GridView and absolute layouts

2010-03-22 Thread NewDev
Hi Kavitha, Thanks for the reply. Samething I tryied, i wrote like this : grid_main.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? parent, View v, int position, long id) { if(position==0){ Intent intent1 = new

[android-developers] Re: Regarding using intents in the GridView and absolute layouts

2010-03-22 Thread NewDev
Hi Kavitha, Thanks for the reply. Samething I tryied, i wrote like this : grid_main.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? parent, View v, int position, long id) { if(position==0){ Intent intent1 = new

[android-developers] Video Playback Issues

2010-03-22 Thread Akiduki
Hi, all guys, I am developing a video rating tools which use Android's MediaPlayer class to playback the video sequences. I used the APIdemo at Android SDK to playback my encoded sequences but the picture stalled at the first frame on the emulator. Since I didn't have the commercial Android phone

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Matt (preinvent)
I'm still waiting (US). I'm updating my info here: http://blog.preinvent.com/free_droid_or_nexus_one -- 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

[android-developers] Re: OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread Mario Zechner
Do you see the thread disappear while debugging? I wouldn't know of a mechanism which could silently kill it unless you do something nasty in the onDrawFrame method. What physics library do you use? I remember Box2D having a nice infinite loop bug in one of the previous releases. On 22 Mrz.,

Re: [android-developers] Video Playback Issues

2010-03-22 Thread Mark Murphy
Akiduki wrote: I am developing a video rating tools which use Android's MediaPlayer class to playback the video sequences. I used the APIdemo at Android SDK to playback my encoded sequences but the picture stalled at the first frame on the emulator. Since I didn't have the commercial Android

[android-developers] Android supprort for Bluetooth SCO protocol media routing

2010-03-22 Thread jordanro
Hi all, I'm not sure on the status of routing audio to SCO based earphones. Does the 2.1 SDK support this already ? And if not, did anyone succeded in applying the work around with: AudioManager.setBluetoothScoOn(true) ; -- You received this message because you are subscribed to the Google

[android-developers] Dynamically load jar files in android runtime

2010-03-22 Thread Mihai Dumitrache
I have a jar file in my app local data /data/data/ro.lisamobile/files/ echo.jar. I want to load the class lisa.modules.echo.EchoModule which resides in my jar. I am using java.net.URLClassLoader to load the class. On an non android environment the code works, on android it gives me this exception

Re: [android-developers] Dynamically load jar files in android runtime

2010-03-22 Thread Mark Murphy
Mihai Dumitrache wrote: I have a jar file in my app local data /data/data/ro.lisamobile/files/ echo.jar. I want to load the class lisa.modules.echo.EchoModule which resides in my jar. I am using java.net.URLClassLoader to load the class. On an non android environment the code works, on

[android-developers] read-only contact

2010-03-22 Thread piyu
How to make any contact as read-only in android contacts application. My requirement is I want add some contact as read-only contact in android 2.1 contacts application for my sync account not all. suppose I added 4 contact A , B, C and ,D in my account. now I want to show contact B as read - only

[android-developers] Re: Dynamically load jar files in android runtime

2010-03-22 Thread Mihai Dumitrache
First it contained only java bytecode, but after i have read that java bytecode != dalvik bytecode, i found a link to: http://felix.apache.org/site/apache-felix-and-google-android.html So the next thing i did was: dx --dex --output=classes.dex echo.jar aapt add echo.jar classes.dex So right now

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Lucky-dog
I'm still waiting(HK). On 3月22日, 下午8时39分, Matt (preinvent) m...@preinvent.com wrote: I'm still waiting (US). I'm updating my info here:http://blog.preinvent.com/free_droid_or_nexus_one -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
Hi Mario, the funny thing is that I get no message at all. Yes I am using Box2D and its probably pretty 'previous' box2D- trunk-27062009. So an infinite loop in the Box2D might be the cause. Do you know a more stable Box2D release/version/revision? Best Regards, Nicolas On 22 Mrz., 13:43,

[android-developers] Re: OpenGL Thread suddenly dead? (onDrawFrame no more called)

2010-03-22 Thread plusminus
*Yay* it actually is an step not returning from native! The only method I forgot not to test with my superior: Log.d(Before native call) nativeCall(); Log.d(After native call) =D So a newer box2d version will probably fix this. Best Regards, Nicolas On 22 Mrz., 14:16, plusminus

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Justin Giles
Android adventurers log: Date: 2010-03-22 Day 20, It's been 20 days since I got stranded on this thread. I sent a distress signal to Google right after I found this thread and have only received one response from them: Help will arrive in 2-4 weeks. I'm not sure how much longer I can survive

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Blake La Pierre
What phone only has 1.5? 2010/3/22 Justin Giles jtgi...@gmail.com Android adventurers log: Date: 2010-03-22 Day 20, It's been 20 days since I got stranded on this thread. I sent a distress signal to Google right after I found this thread and have only received one response from them:

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Sean Hodges
On Sat, Mar 20, 2010 at 9:31 PM, dgoemans dgoem...@gmail.com wrote: To be honest, i don't think anyone from this has actually received their phone yet. It'd be nice to get people on her confirming that they've got their Nexus One, and they weren't already waiting on one from ADC. Some people

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Justin Giles
HTC Hero on Sprint, HTC Eris on Verizon to name a few. 2010/3/22 Blake La Pierre blakelapie...@gmail.com What phone only has 1.5? 2010/3/22 Justin Giles jtgi...@gmail.com Android adventurers log: Date: 2010-03-22 Day 20, It's been 20 days since I got stranded on this thread. I sent a

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Blake La Pierre
Why didn't they get 1.6 like the G1? On Mon, Mar 22, 2010 at 9:45 AM, Justin Giles jtgi...@gmail.com wrote: HTC Hero on Sprint, HTC Eris on Verizon to name a few. 2010/3/22 Blake La Pierre blakelapie...@gmail.com What phone only has 1.5? 2010/3/22 Justin Giles jtgi...@gmail.com Android

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Justin Giles
Sense UI conversion I believe. 2.0 came out a month after these phones did, so they started migrating towards 2.0, then 2.1 came out...the old snow ball effect I suppose. Supposed to get 2.1 sometime in April according to rumors. On Mon, Mar 22, 2010 at 7:47 AM, Blake La Pierre

[android-developers] Re: Video Playback Issues

2010-03-22 Thread Akiduki
But when I tried another video sequence which is encoded by using H. 263 and packed into 3gp, everything is fine. So I am wondering whether this is because my coding profile is somewhere wrong then. Aki On Mar 22, 8:47 am, Mark Murphy mmur...@commonsware.com wrote: Akiduki wrote: I am

Re: [android-developers] Re: Video Playback Issues

2010-03-22 Thread Mark Murphy
Akiduki wrote: But when I tried another video sequence which is encoded by using H. 263 and packed into 3gp, everything is fine. So I am wondering whether this is because my coding profile is somewhere wrong then. I can tell you that H.264 only sporadically works on an emulator on my quad-core

[android-developers] Activity's Thread ID

2010-03-22 Thread MobDev
Hi, I'd like to retrieve the Thread Priority of one or more Activity's... To do so I have found the Process.getThreadPriority() method, but as an argument you have to supply the Thread's ID... That's not that bad because in the end I also needed to have that, only I can't seem to find a method for

[android-developers] Re: Activity's Thread ID

2010-03-22 Thread Streets Of Boston
All callbacks into an Activity happen on the same thread, the main UI thread. Just call, in onCreate, the method 'Thread.currentThread().getId()' On Mar 22, 10:04 am, MobDev developm...@mobilaria.com wrote: Hi, I'd like to retrieve the Thread Priority of one or more Activity's... To do so I

[android-developers] Re: Problem launching my own (camera) application on press of Camera-button (part 2)

2010-03-22 Thread Streets Of Boston
I don't know either, It would be great if one of the google/android could chime in. I just disabled the use of the camera button. I've waited for an answer about this issue for almost a year (i have an older post about this same issue) and still don't have an answer. On Mar 22, 1:43 am,

Re: [android-developers] Video Playback Issues

2010-03-22 Thread Sean Hodges
On Mon, Mar 22, 2010 at 12:36 PM, Akiduki xyy1...@gmail.com wrote: I am developing a video rating tools which use Android's MediaPlayer class to playback the video sequences. I used the APIdemo at Android SDK to playback my encoded sequences but the picture stalled at the first frame on the

[android-developers] Cell Broadcast service

2010-03-22 Thread Kishor
Hi Experts, Some countries requires cell broadcast support for phone homologation (e.g Brazil). Does android supports cell broadcast service? If not, is there any plans from Google engineers to implement it? Thanks, Kishor -- You received this message because you are subscribed to the Google

[android-developers] required hardware features

2010-03-22 Thread Michael Thomas
Is there a mandate from google on some of the hardware features that must be present on an Android-branded piece of hardware? In particular, i'm wondering if the home, menu and back buttons, as well as the trackball are required? Essentially what I'm asking for is what the least common

[android-developers] about @dimen attr

2010-03-22 Thread 张鹏
in album_appwidget.xml android use android:layout_width=@dimen/appwidget_width android:layout_height=@dimen/appwidget_height to specify the width and height of the widget. But when system load this widget,it display problem loading widget. The dimen is defined in dimens.xml which is also

Re: [android-developers] required hardware features

2010-03-22 Thread Sean Hodges
Hi Michael, It would be worth asking this on the android-porting mailing list, as there are more people on that list who are familiar with hardware related topics. On Mon, Mar 22, 2010 at 2:43 PM, Michael Thomas enervat...@gmail.com wrote: Is there a mandate from google on some of the

Re: [android-developers] required hardware features

2010-03-22 Thread Michael Thomas
Sean Hodges wrote: Hi Michael, It would be worth asking this on the android-porting mailing list, as there are more people on that list who are familiar with hardware related topics. Well, the reason I ask here is precisely because it's important for developers to know what the baseline

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Jim Blackler
Tattoo runs Sense on 1.6, so they have converted it. Jim On 22 March 2010 13:50, Justin Giles jtgi...@gmail.com wrote: Sense UI conversion I believe. 2.0 came out a month after these phones did, so they started migrating towards 2.0, then 2.1 came out...the old snow ball effect I suppose.

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Michael Wu
I got it, thank you, Mark. 2010/3/22 Mark Murphy mmur...@commonsware.com Michael Wu wrote: Hi Sven, you are right. I want to display two activities from different apps on the screen simultaneously. I know it can't run more than one activity at the same time, but I want to achieve this.

[android-developers] ParcelFileDescriptor from ZipEntry how??

2010-03-22 Thread lordjoe
I am trying to create a curtom content provider wo access ZipENtries in a ZipFile - All I need is an override. ParcelFileDescriptor openFile(android.net.Uri uri, java.lang.String mode) returning a ParcelFileDescriptor from a zip entry - The priblem is that ParcelFileDescriptor is completely

[android-developers] Re: How to block incoming call in Android?

2010-03-22 Thread Bob Kerns
What does it mean to block an incoming call? My guess is it just not ring. In that case, it may simply mute the ringer, and register a PhoneStateListener with the TelephonyManager. If it likes the number in onCallStatechanged, it turns on the ringer. I haven't tried it, and I haven't tried the

Re: [android-developers] Problem with sqlite database

2010-03-22 Thread Jim Blackler
This doesn't look familiar to me. It could be an issue peculiar to the particular emulator or device you are using to test 1.6. I'd advice using the debugger to step right down into SQLiteOpenHelper to see what the full path it is trying to use for the db. Then I'd use the file browser on ddms to

[android-developers] Re: Accessing External Database

2010-03-22 Thread uday kiran
So, if we r using RESTful webservice is it possible to access the Tables present in the database??? and doing some operations on the database i.e) Adding/Deleting a row/ column into the database table?? I saw one example which uses JSON Object for getting the stream.. So if i want to access

[android-developers] Re: How to create graphical/advanced menus??

2010-03-22 Thread Kofa
wow...so...should I build a menu myself? there isn't another way to create something like the menu I need?? I just need some pictures with a description with them.. =P.. if it's not possible.. can I change the appearence?? like the background color and that stuff? -- You

Re: [android-developers] Application Crashing OutOfMemory .Restructuring Help Needed

2010-03-22 Thread Jim Blackler
It takes 10 mb for the UI (I have a single Activity ,but many layout files) That sounds wrong to me. Unless you have a really, really complex UI. And the data which comes from the server is stored in memory arrays for logical representation on UI (As well as database)and it takes 6 mb of the

[android-developers] Unable to Zoom Camera in Android 2.1

2010-03-22 Thread AJ
Hi Group I have an application in which I am using the camera. I want to perform ZOOM on this camera, but unable to do so. My code looks like that. Camera_camera; Camera.Parameters parameters = _camera.getParameters(); int _zoom = parameters.getInt(zoom); if( _zoom /**Some value / )

[android-developers] Re: Excute two activity at the same time

2010-03-22 Thread Bob Kerns
If you're serious about doing this -- for example, you have some new device with a larger screen, and you're looking to compete with the iPad, then what you want is to ask in the android-porting group instead of here. This group is about things using the SDK, and you can't do it in the SDK. I

[android-developers] Reload app

2010-03-22 Thread Henry
Hi guys, I have a simple question: I need to implement the same behaviour than holding the home button from any android phone and hit one application from the list, I mean, I need to reload an application that has been sent to the background previously (not open it, just reload it), show it on

[android-developers] Re: Deleting a View from its Parent

2010-03-22 Thread tilo1583
I am using GridView using AdapterView. Therefore, I cannot remove Views from the grid view,http://developer.android.com/reference/ android/widget/AdapterView.html So, this technique is not going to work. Do you know any other technique/ work around to remove views from an adapter view? - Tilo On

[android-developers] Re: Application Crashing OutOfMemory .Restructuring Help Needed

2010-03-22 Thread Bob Kerns
While you can split it up between two applications, remember you only have one processor core, so it'll be a tricky tradeoff to avoid bad performance. But you have a more immediate problem. 10 MB of UI is clearly broken. My guess is that you have a lot of layout files, and you're inflating them

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Bob Kerns
I believe this is simply that DDMS hasn't yet received the name of the process. You'll notice the process number doesn't change. On Mar 22, 2:20 am, Ne0 liamjamesalf...@googlemail.com wrote: I get this with my Nexus One, the worrying thing is that appears then disappears very quickly like it is

Re: [android-developers] Re: Deleting a View from its Parent

2010-03-22 Thread Mark Murphy
tilo1583 wrote: I am using GridView using AdapterView. Therefore, I cannot remove Views from the grid view,http://developer.android.com/reference/ android/widget/AdapterView.html So, this technique is not going to work. Do you know any other technique/ work around to remove views from an

[android-developers] Unable to Zoom Camera in Android 2.1

2010-03-22 Thread AJ
Hi Group I have an application in which I am using the camera. I want to perform ZOOM on this camera, but unable to do so. My code looks like that. Camera_camera; Camera.Parameters parameters = _camera.getParameters(); _zoom = _zoom + zoomStep; // zoomStep is some int value int _zoom

[android-developers] Urgent job opening

2010-03-22 Thread Rubi Tiwari
Hi, This is *Rubi* from* BetaSoft Systems*, I have an urgent job opening for you. If you are comfortable with below mentioned job requirement forward me your updated resume with following details: *Present Location:* *Availability:* *Relocation:* *Visa Status:* *If H1B your Employer

Re: [android-developers] Re: Deleting a View from its Parent

2010-03-22 Thread social hub
*notifyDataSetChanged it seems like removeview is not supported operation if you can change the underlying data then call **notifyDataSetChanged i believe. then gridview should redraw and if you have added or removed from ur underlying data then it should reflect in gridview. this is my

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-22 Thread Matt
The Sprint Samsung Moment also only running 1.5 and its running a basic, vanilla version of Android... no Sense UI or anything... On Mar 22, 8:47 am, Blake La Pierre blakelapie...@gmail.com wrote: Why didn't they get 1.6 like the G1? On Mon, Mar 22, 2010 at 9:45 AM, Justin Giles

[android-developers] Re: Problem with TabActivity and ListActivity

2010-03-22 Thread Brion Emde
This is an example of using Activities in a TabActivity: package com.eyebrowsoftware.gobeering.activities; import android.app.TabActivity; import android.content.Intent; import android.os.Bundle; import android.widget.TabHost; import com.eyebrowsoftware.gobeering.Beers; import

[android-developers] Re: Accessing External Database

2010-03-22 Thread Brion Emde
I recommend that you take a look at an existing RESTful implementation and see how that works and you may be able to see how to do what you are doing. I think a beautiful example of RESTful architecture is that provided by Twitter. You can browse the Twitter API WIKI at:

[android-developers] Updating UI in one activity from another activity

2010-03-22 Thread Jonathan
I have an activity (Activity A) that simply shows a list that a user can pick from. In a separate activity (Activity B) this list can be manipulated (ie: add, delete). What's the best way to have an interaction in Activity B tell Activity A to refresh its list so when the user returns to

[android-developers] Maximum character that we can send to SMS application.

2010-03-22 Thread AJ
Hi group I facing one strange problem. I am sending some text to SMS app as a body. But when the text size increases more than 200 characters, it cuts the body from there. Only first 200 characters are appearing in the SMS body. But I can write more text when SMS gets launched :( Is there any

[android-developers] Maximum character that we can send to SMS application.

2010-03-22 Thread AJ
Hi group I facing one strange problem. I am sending some text to SMS app as a body. But when the text size increases more than 200 characters, it cuts the body from there. Only first 200 characters are appearing in the SMS body. But I can write more text when SMS gets launched :( Is there any

Re: [android-developers] Reload app

2010-03-22 Thread TreKing
On Mon, Mar 22, 2010 at 10:38 AM, Henry enricrequ...@gmail.com wrote: Any one knows how to do it? I think you need to clarify WHEN you need your app brought back to the front and WHY. - TreKing -

Re: [android-developers] Updating UI in one activity from another activity

2010-03-22 Thread Mark Murphy
Jonathan wrote: I have an activity (Activity A) that simply shows a list that a user can pick from. In a separate activity (Activity B) this list can be manipulated (ie: add, delete). What's the best way to have an interaction in Activity B tell Activity A to refresh its list so when the

[android-developers] Re: How to create graphical/advanced menus??

2010-03-22 Thread Streets Of Boston
If it's a limited menu, just show a list of ImageButtons. Show and hide them when the user presses the menu key. On Mar 22, 11:18 am, Kofa elk...@gmail.com wrote: wow...so...should I build a menu myself? there isn't another way to create something like the menu I need?? I just need

[android-developers] Re: Is This Another Bug In TextView?

2010-03-22 Thread jotobjects
It would be great if you file the documentation problem as a bug - there are lots and lot of them. Jut mentioning it on this list doesn't get it fixed! On Mar 9, 10:18 am, Brion Emde brione2...@gmail.com wrote: I've confirmed that when you declare a ColorDrawable in the colors.xml file, then

[android-developers] Map view drag event

2010-03-22 Thread veradis
Hi, In my mapview, i want to fire drag event when map is dragged in touch screen. i have tried onTouch method but with no result. @Override public boolean onTouchEvent(MotionEvent ev) { .. return true;//super.onTouchEvent(ev); } Please

Re: [android-developers] Re: Is This Another Bug In TextView?

2010-03-22 Thread Brion Emde
Thanks for the pointer. I don't know where to do that at. I haven't branched out that far. Can you point me farther? Thanks What appears to be coming at you, is coming from you - Jack Flanders On Mon, Mar 22, 2010 at 11:00 AM, jotobjects jotobje...@gmail.com wrote: It would be great if

Re: [android-developers] Map view drag event

2010-03-22 Thread Mark Murphy
veradis wrote: In my mapview, i want to fire drag event when map is dragged in touch screen. i have tried onTouch method but with no result. @Override public boolean onTouchEvent(MotionEvent ev) { .. return true;//super.onTouchEvent(ev);

Re: [android-developers] Re: Is This Another Bug In TextView?

2010-03-22 Thread Mark Murphy
Brion Emde wrote: Thanks for the pointer. I don't know where to do that at. I haven't branched out that far. Can you point me farther? http://b.android.com -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki:

[android-developers] Re: Problem with viewflipper animations and drawing cache

2010-03-22 Thread Ferm
Well, I solved the issues, including the image issue, by adding the following line to the Theme item name=android:windowBackground@android:color/transparent/ item On Mar 21, 5:11 pm, Ferm ras...@gmail.com wrote: Hello I have a viewflipper which I use to animate between views. The in/out-

[android-developers] Re: Updating UI in one activity from another activity

2010-03-22 Thread Jonathan
In this case it's not, but there's no reason why it couldn't be. Right now it's actually driven by a list of files that are present on the filesystem. The other Activity downloads a file and when it's finished the list Activity should know to update its list. Just for the sake of understanding

[android-developers] Re: Big difficult to develop in Android :( (I'm italian)

2010-03-22 Thread Davide
Hi, I'm Italian too, but I haven't found all these difficulties, other then that there are some italian forums where you can find some help. :) And ask specific questions. :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

  1   2   3   4   >