[android-developers] Re: what is custom rom

2011-10-19 Thread vijay katta
Thanks Kris !! On Oct 19, 12:56 am, Kristopher Micinski krismicin...@gmail.com wrote: This phrase refers to a custom version of android that you have built (or somebody has built) and installed on a system, one that isn't the standard android rom.  Although, since most manufacturers put their

[android-developers] not supporting xhdpi resolution

2011-10-19 Thread Ratheesh Valamchuzhy
I am developing an app in android 2.2 , i want to support my app in all resolutions (ldpi,mdpi,hdpi,xhdpi) so i created 4 folders in res folder (layout-ldpi ,layout-mdpi ,layout-hdpi ,layout-xhdpi) then i given supported screens android manifest as supports-screens android:largeScreens=true

Re: [android-developers] not supporting xhdpi resolution

2011-10-19 Thread Xavier Ducrohet
2.2 does not support xlarge screens. you have to compile against 2.3 (I think) or 3.0. On Tue, Oct 18, 2011 at 11:23 PM, Ratheesh Valamchuzhy android...@gmail.com wrote: I am developing an app in android 2.2 , i want  to support my app in all resolutions (ldpi,mdpi,hdpi,xhdpi) so i created 4

[android-developers] Re: not supporting xhdpi resolution

2011-10-19 Thread Sharief Shaik
This attribute was introduced in API level 9. Read the doc here: http://developer.android.com/guide/topics/manifest/supports-screens-element.html#xlarge -- 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: ADT allows me to use exact screen dimension as a resource qualifier??

2011-10-19 Thread Doug
Well, in my case, it is desirable if not perfect. :-( I work on a very high profile app and I've been in contact with a Samsung rep who is encouraging us to support the Galaxy Note for the home screen that is having problems with layout on its display. I have been assured that it will be

[android-developers] Re: please help me...

2011-10-19 Thread Ali Chousein
Try Android groups in LinkedIn. They have job posting on daily basis. You won't find any job postings in this group. - Ali Chousein Weather-Buddy http://weatherbuddy.blogspot.com/ | http://twitter.com/weather_buddy Geo-Filtered Assistant

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-10-19 Thread Kamen Goranchev
Hi, The solution to this problem is already available. In your case the intent filter should look like this: intent-filter action android:name=android.nfc.action.NDEF_DISCOVERED/ category android:name=android.intent.category.DEFAULT/

[android-developers] Renderscript on various tablets

2011-10-19 Thread Droid
I tried my renderscript app out on an Asus tablet in a shop. It did not work :( Not force closeing but it displayed nothing. Anyway to check fast renderscript apps? - I cannot afford to test on every tablet. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Shajahan
Thanks Mark ... After hinting the MP4 files using the MP4BOX and hosting at some remote location (like say hosting at dropbox) works fine. But still some of the files doesn't work. (in particular length more than 2mins track) So, my question is there any limit on the size/length of the video file

[android-developers] Problems texturing a cube

2011-10-19 Thread saex
im trying to make a cube with a different texture on each face. I have the front face and the rear face working now. Now i am trying to make the right face of the cube. But something is going wrong, because i got the right face done but the texture is showing with errors (it's like stretched and

[android-developers] App dosen't install on certain phones

2011-10-19 Thread vandy
Hi my app dosent get installed on certain phones. I get the following exception. STACK_TRACE == java.lang.RuntimeException: Unable to create application com.xyz: android.database.sqlite.SQLiteDiskIOException: disk I/O error at

Re: [android-developers] Intent call cannot start an Activity

2011-10-19 Thread Francisco Dalla Rosa soares
make sure you've added the activity to the manifest 2011/10/15 Jimmy jimmywang...@gmail.com Dear Sir I make an Intent call from one Activity PlaceListActivity to another Activity PlaceMappingActivity. The DDMS Debug error displayed as following: 10-15 11:03:44.834: WARN/dalvikvm(364):

[android-developers] Package is not available in sample folder of android sdk.

2011-10-19 Thread shweta
Hello, There is action bar compatibilty package in android 3.0 in android developer site . i have installed android 3.0 but i don't get action bar compatibilty package in android -sdk. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] video uploading to youtube account by using Youtube api

2011-10-19 Thread Ravinder Reddy
How to upload videos in to youtube account from my android application.(By using Youtube API) Any sample code please share with me. -- Ravinder Reddy Jonnalagadda -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] youtube video uploading in android application

2011-10-19 Thread ravi
How to upload videos in to youtube account from my android application. (By using Youtube API) Any sample code please share with me. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] video uploading to youtube account by using Youtube api

2011-10-19 Thread Daniel Drozdzewski
On 19 October 2011 10:43, Ravinder Reddy ravinderjre...@gmail.com wrote: How to upload videos in to youtube account from my android application.(By using Youtube API) Any sample code please share with me. Description and code samples:

[android-developers] Oddness of ImageView

2011-10-19 Thread ndiiie 90
Hi guys, has anyone experienced the oddness of imageview? I have an imageview and other textviews in one layout, when i tried to set the imageview, below is the code String baseurl = http://www.test.com;; String urlOfImage = baseurl + 1.jpeg; Drawable image =

Re: [android-developers] Robotium Vs Monkeyrunner

2011-10-19 Thread narasimha venkat
hi robotium is better way to test the application easy to handle junit test code and run min time this is the good one On Thu, Oct 13, 2011 at 7:19 PM, Mahendran smahend...@gmail.com wrote: I'm new to Android and I'm trying to understand 1. Which is better tool for testing both

Re: [android-developers] Package is not available in sample folder of android sdk.

2011-10-19 Thread Kostya Vasilyev
The compatibility library is a separate download, listed under extras/Google, I believe. -- Kostya Vasilyev 19.10.2011 13:24 пользователь shweta sonalaggrawal2...@gmail.com написал: Hello, There is action bar compatibilty package in android 3.0 in android developer site . i have installed

[android-developers] layout problem

2011-10-19 Thread vani reddy
Hi friends, In the attached snapshot i have 3 buttons which are vertically aligned,and an imageview to the left of it. I want the imageview to fill the width and have 3 buttons at the right side.How to accomplish that? I have used the below code ?xml version=1.0 encoding=utf-8? RelativeLayout

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-10-19 Thread MrChaz
Yeah, this seems to have appeared somewhere post 2.3.3 On Oct 19, 8:50 am, Kamen Goranchev kamen.goranc...@gmail.com wrote: Hi, The solution to this problem is already available. In your case the intent filter should look like this:                 intent-filter                     action

[android-developers] Anyone know about BSE value web service..

2011-10-19 Thread GopalaKrishnan D
Anyone know about BSE value web service... can i get BSE details via free webservice. pls help me -- ~* Regards* *GopalaKrishnan D* -- 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: layout problem

2011-10-19 Thread viktor
http://developer.android.com/reference/android/widget/ImageView.html#attr_android:scaleType set scale type to the fitXY Or you can calculate width and height for your ImageView manualy by ParentView (width, height) with correct aspect ration for your image. On 19 Жов, 13:15, vani reddy

Re: [android-developers] Re: ADT allows me to use exact screen dimension as a resource qualifier??

2011-10-19 Thread Kostya Vasilyev
19.10.2011 11:03, Doug пишет: Well, in my case, it is desirable if not perfect. :-( I work on a very high profile app and I've been in contact with a Samsung rep who is encouraging us to support the Galaxy Note for the home screen that is having problems with layout on its display. I have

[android-developers] Re: Oddness of ImageView

2011-10-19 Thread viktor
You should read more about android layouts, maybe your image layout is displaces other layouts if Image is bigger than display width. Please, provide your layout. On 19 Жов, 12:54, ndiiie 90 rnd...@gmail.com wrote: Hi guys, has anyone experienced the oddness of imageview? I have an

[android-developers] Problem with MediaController view while playing audio file (MP3 format)

2011-10-19 Thread Shajahan
*Description of the Problem:* When I executed the below code it works fine on the device and also plays the song, but the problem is with MediaContoller buttons. When I intentionally clicks on any of the buttons (like seek, start/stop, prev, next, etc) the application crashes with

Re: [android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 4:15 AM, Shajahan lovesa...@gmail.com wrote: So, my question is there any limit on the size/length of the video file like say it works for length 1min or 2mins tracks and those of greater than this length doesn't work. Not usually. what is the MOOV and mdat atoms ??

[android-developers] JPEG in animated wallpapers

2011-10-19 Thread Rockline
Hi gents, I'm trying to develop an animated wallpaper for Android 2.1. My first step would be to draw a JPEG image onto the screen but it doesn't seem to work. Any idea? public class RumblefishWallpaper extends WallpaperService { @Override public void onCreate() {

Re: [android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Sumedh Jiwane
Hinting MP4 simply adds the Hinting track to MP4 files for progressive download. This is helpful if you want to stream file. Hinting tracks are additional tracks for quick access to data. Check the android document for audio/video codec supported and match them against the file that you are

Re: [android-developers] Combo boxes with service-created WebView - any workarounds?

2011-10-19 Thread TreKing
On Tue, Oct 18, 2011 at 10:50 AM, Brian avalo...@caerleon.us wrote: I'd like to be able to preserve the complete web view state as well as have combo boxes work properly, but at this point the only choice I have is to provide a switch that lets the user choose one or the other. Any ideas on

Re: [android-developers] [HELP] Use TextView as a RadioButton

2011-10-19 Thread TreKing
On Tue, Oct 18, 2011 at 9:58 PM, Igor Araujo igor.arauj...@gmail.comwrote: I made one class that derivates from RadioButton and I've overrided the onDraw() method. So I'm able to use the RadioGroup and draw the view the way I wish. Well, if it works, but even that is overkill. Like I said,

Re: [android-developers] Hello Grid View Debug output

2011-10-19 Thread TreKing
On Tue, Oct 18, 2011 at 1:10 AM, sidharth garg sidharth.n...@gmail.comwrote: My emulator is not able to run this, i have to force close that. Attached is the output of my LOGCAT, can you please help me to identify the problem. If your Activity can't be found, it's usually because you forgot

[android-developers] When can we expect source code release for icecream sandwich version?

2011-10-19 Thread swapnil kamble
Hi Android Developers, When can we source code release for icecream sandwich ? We are eagerly waiting for this release. Lots of things are implemented that we are looking for. Thanks in advance Swapnil -- You received this message because you are

[android-developers] Re: Need 2D game engine

2011-10-19 Thread Oli Wright
Eryl, First step, have a read of this: http://www.catb.org/~esr/faqs/smart-questions.html#before It's worth reading the whole page, but I think that particular section applies heavily here. To give you some guidance for your searches, I'd suggest you look at either libgdx or AndEngine. If

Re: [android-developers] When can we expect source code release for icecream sandwich version?

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 8:50 AM, swapnil kamble swap.kam...@gmail.com wrote:     When can we source code release for icecream sandwich ? Someday. Maybe. In other words, you will find out when it will be released only after it has been released. -- Mark

Re: [android-developers] Re: Need 2D game engine

2011-10-19 Thread Nico Balestra
Libgdx Appengine 2011/10/19 Oli Wright oli.wri...@gmail.com Eryl, First step, have a read of this: http://www.catb.org/~esr/faqs/smart-questions.html#before It's worth reading the whole page, but I think that particular section applies heavily here. To give you some guidance for your

Re: [android-developers] Re: Need 2D game engine

2011-10-19 Thread Nico Balestra
Errata corriege: Libgdx ANDengine :) 2011/10/19 Nico Balestra nicobales...@gmail.com Libgdx Appengine 2011/10/19 Oli Wright oli.wri...@gmail.com Eryl, First step, have a read of this: http://www.catb.org/~esr/faqs/smart-questions.html#before It's worth reading the whole page, but I

[android-developers] How to transfer data between Android and Iphone

2011-10-19 Thread Perumss Naren
Hi all, How to transfer data between Android and Iphone ? what are the ways ? i know web-service rest i need please help me Thanks in advance! -- Regards, Perumal.N -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Direct SMS send with saved outgoing SMS

2011-10-19 Thread BearTi
No one an idea? Is it not possible? On 18 Okt., 18:56, BearTi mlrti...@googlemail.com wrote: Hi, in my App I want to send a SMS via... Uri uri = Uri.parse(smsto:1234567891012); Intent it = new Intent(Intent.ACTION_SENDTO, uri); it.putExtra(sms_body, The SMS text); startActivity(it);

Re: [android-developers] ListView realtime

2011-10-19 Thread TreKing
On Mon, Oct 17, 2011 at 9:14 PM, dharma teja dharmas...@gmail.com wrote: When ever a new element adds to the list i am calling notifyDatasetChanged() method. but the data is not updated in the list view. That should be all you need. Is your getView() method being called?

Re: [android-developers] Re: Direct SMS send with saved outgoing SMS

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 9:17 AM, BearTi mlrti...@googlemail.com wrote: No one an idea? Is it not possible? Either use SmsManager (no button click, but not recorded by any SMS client, since you are not using an SMS client) or ACTION_SENDTO (uses default SMS client, but user gets the chance to

Re: [android-developers] ListView scroll lag with images

2011-10-19 Thread Sharief Shaik
The images are read asynchronously already as shown in the above code. But the UI still freezes. When I disabled the line of code that fetches the image from SD card, the scroll is smooth. Is there any other way I can look at a solution to this problem? Is it a good idea to fetch and store the

[android-developers] Re: Generic resizable appwidgets in Android 3.1

2011-10-19 Thread Robert
This is something I really can't understand. Why can't the android engineers give us a way to create custom views for appwidgets? Diane Hackborn argues not to abuse them and yet why does she care? After all it's up to the user to decide if the impact on the experience is worth it or not. If they

Re: [android-developers] easier to buy

2011-10-19 Thread TreKing
On Mon, Oct 17, 2011 at 10:42 AM, zhadowz zhadowz.ma...@gmail.com wrote: Well maybe if people were able to buy the apps from the market using alternative payments rather than credit card only Many carriers allow charging to your phone bill. we wouldn't have to use sites where the apps are

[android-developers] Proper usage of Fragments + ActionBar

2011-10-19 Thread Sebastian Roth
Hi everyone: Guess I need some help on how to use the ActionBar in combination with Fragments. Simple App Structure: Activity A Fragment 1 Fragment 2 Activity A loads, starts Fragment 1. Fragment one contains code to set the ActionBar: @Override public void onResume() {

[android-developers] Re: How can i copy /dev/block/mtdblock0 on my laptop

2011-10-19 Thread luca aliberti
SURE On Oct 18, 2:54 am, Kristoffer Grundström kristoffer.grundstrom1...@gmail.com wrote: Do you have root-priveligies? On 2011 10 17 13:26, luca aliberti lucal...@gmail.com wrote: How can i copy /dev/block/mtdblock0 on my laptop? dd if=/dev/block/mtdblock0 of=/sdcard/system.img

[android-developers] Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
Hi everyone, So I've installed ADT 14.0, downloaded the various 4.0 SDK bits, and set up an API 14 emulator...but I can't get my app to debug correctly in Eclipse (Indigo). When I debug, device chooser lets me select the 4.0 emulator, the emulator starts and the app is getting installed

[android-developers] Re: Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
DDMS also does not recognize the 4.0 emulator is running. On Oct 19, 10:43 am, Robert Nekic robertne...@gmail.com wrote: Hi everyone, So I've installed ADT 14.0, downloaded the various 4.0 SDK bits, and set up an API 14 emulator...but I can't get my app to debug correctly in Eclipse

Re: [android-developers] Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Mark Murphy
I'm not having any problems with it once it is running. Then again, I never have Eclipse start the emulator automatically -- I always start it myself (now from the new toolbar button). BTW, Al Sutton has a G+ page where he's tracking ICS emulator issues:

[android-developers] Re: Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
Well, I rebooted my PC and tried again. I manually started the emulator and I was then distracted by an email so the emulator sat for several minutes. Returning to Eclipse, I tried debugging again and this time the running emulator was listed as an option and things seem to be cooperating. My

Re: [android-developers] Remote installation of applications

2011-10-19 Thread TreKing
On Mon, Oct 17, 2011 at 5:06 PM, Damian Serrano Thode dsth...@gmail.comwrote: So my question is, where is that API to talk to Android Market described? It's not, AFAIK. They likely did some reverse engineering, like these guys: http://code.google.com/p/android-market-api/

[android-developers] Monkeyrunner doesn't work after icecream sandwich update

2011-10-19 Thread kaciula
I've just installed the latest Android tools, platform tools and platform. If I try to run monkeyrunner in a terminal I get the following exception: Exception in thread main java.lang.NoClassDefFoundError: com/android/chimpchat/ChimpChat at

Re: [android-developers] Re: Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Mark Murphy
On Wed, Oct 19, 2011 at 11:19 AM, Robert Nekic robertne...@gmail.com wrote: Well, I rebooted my PC and tried again.   I manually started the emulator and I was then distracted by an email so the emulator sat for several minutes.  Returning to Eclipse, I tried debugging again and this time the

Re: [android-developers] Monkeyrunner doesn't work after icecream sandwich update

2011-10-19 Thread Mark Murphy
Odd. monkeyrunner.jar does not have com.android.chimpchat in it. On Wed, Oct 19, 2011 at 11:38 AM, kaciula catalin.moro...@gmail.com wrote: I've just installed the latest Android tools, platform tools and platform. If I try to run monkeyrunner in a terminal I get the following exception:

[android-developers] SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread sblantipodi
Am I the only one experiencing this problem? The only way to launch a simulator is using another resolution or a manual 720x1280, why? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread Nico Balestra
Same here!! 2011/10/19 sblantipodi perini.dav...@dpsoftware.org Am I the only one experiencing this problem? The only way to launch a simulator is using another resolution or a manual 720x1280, why? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Direct SMS send with saved outgoing SMS

2011-10-19 Thread BearTi
Is there a possibility to add the SMS after I send it via SmsManager in the SMS history? On 19 Okt., 15:33, Mark Murphy mmur...@commonsware.com wrote: On Wed, Oct 19, 2011 at 9:17 AM, BearTi mlrti...@googlemail.com wrote: No one an idea? Is it not possible? Either use SmsManager (no button

Re: [android-developers] Add a button in MediaController

2011-10-19 Thread TreKing
On Sun, Oct 16, 2011 at 11:41 AM, GinLemon ginge...@gmail.com wrote: I need to customize a MediaController by adding a button as show in the image attached. I tried addView method on MediaController but i doesn't work, anyone know how to do it? Try a Frame or Relative layout that contains

[android-developers] Re: How can i mount a yaffs2 image on Linux Ubuntu 11.04

2011-10-19 Thread luca aliberti
i think that with unyaffs you can only unmount an image that you done with mkyaffs. I don't want to install any programs in my phone because it is not forensics sound so i would take the whole image of the phone with a built-in command. Thank you very much On Oct 12, 12:41 pm, Per

[android-developers] youtube api for android

2011-10-19 Thread ravi
Hi, Any suggestions for uploading videos to our own youtbe account from android application using youtube api. -- 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

[android-developers] How to create a two-point slider (seekbar)?

2011-10-19 Thread Boozel
Hi I need to create a two point slider/seekbar? a bit like in the data monitor in ICS (As shown herehttp://androidandme.wpengine.netdna-cdn.com/wp-content/uploads/2011/10/usage-all-lg.png at the bottom of the graph to select a portion). Does any one have any idea how this can be done? Any

[android-developers] Eclipse, ADT and opening XML files

2011-10-19 Thread Kostya Vasilyev
With the two recent releases of ADT (it seems), my XML files by default don't open with the appropriate Android editor. The editor they open with is not the plain text editor, but rather some kind structured editor with XML tag highlighting, and a Design tab that lists the XML file structure.

Re: [android-developers] youtube api for android

2011-10-19 Thread Justin Anderson
Ask youtube Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:23 AM, ravi ravinderjre...@gmail.com wrote: Hi, Any suggestions for uploading videos to our own youtbe account from android application using youtube api. --

[android-developers] Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
How can we live in a world with thousands of devices and dozens of market without preprocessor? -- 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

Re: [android-developers] youtube video uploading in android application

2011-10-19 Thread Justin Anderson
Stop asking the same question multiple times! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 3:44 AM, ravi ravinderjre...@gmail.com wrote: How to upload videos in to youtube account from my android application. (By using Youtube

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
http://www.slashdev.ca/javapp/ Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:38 AM, sblantipodi perini.dav...@dpsoftware.orgwrote: How can we live in a world with thousands of devices and dozens of market without

Re: [android-developers] Package is not available in sample folder of android sdk.

2011-10-19 Thread Xavier Ducrohet
Note that the package is now called Support library. The SDK Manager should show support rev4, which will install on top of the previous compatibility library r3 2011/10/19 Kostya Vasilyev kmans...@gmail.com: The compatibility library is a separate download, listed under extras/Google, I

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Nikolay Elenkov
On Thu, Oct 20, 2011 at 1:38 AM, sblantipodi perini.dav...@dpsoftware.org wrote: How can we live in a world with thousands of devices and dozens of market without preprocessor? Learn to use resources, and ditch your C mentality. Really, this has little to do with Android -- Java has no

Re: [android-developers] SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread Xavier Ducrohet
Are you running snapshots? There is an issue reloading snapshots created by older versions of the emulator. Unfortunately, the symptoms look like the emulator doesn't boot. Delete the snapshots and recreate them for now. We are going to fix the emulator to make incompatible snapshot format

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
http://boldinventions.com/index.php?option=com_contentview=articleid=81:javapreprocessorusingeclipse Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:43 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Oct 20, 2011

Re: [android-developers] Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
Hey guess what? I found both of those with a simple google search... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 19, 2011 at 10:44 AM, Justin Anderson magouyaw...@gmail.comwrote:

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
resources is for files, I need preprocessor for code, from your answer it's clear that you don't know what I am talking about. :) On Oct 19, 6:43 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, Oct 20, 2011 at 1:38 AM, sblantipodi perini.dav...@dpsoftware.org wrote: How can we

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
for people who posted that links, have you tryed to preprocess using android? does it works? I'm under netbeans and it doesn't work. Are you sure that it workd in eclipse? On Oct 19, 6:45 pm, Justin Anderson magouyaw...@gmail.com wrote: Hey guess what? I found both of those with a simple google

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Kristopher Micinski
It's clear you don't know what you're talking. Preprocessors are a language artifact from C, not in Java, and typically reliance on their use implies you aren't writing your application correctly. There are surely places where you might need to use something like a preprocessor, in which case

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread sblantipodi
I didn't created a snapshot even, so no I'm not using a snapshot. On Oct 19, 6:44 pm, Xavier Ducrohet x...@android.com wrote: Are you running snapshots? There is an issue reloading snapshots created by older versions of the emulator. Unfortunately, the symptoms look like the emulator doesn't

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-10-19 Thread GregAZ
I'm still trying to identify the cause of this. I believe it's also causing some users to not be able to run the app (it crashes on startup). There are no helpful crash reports. I took a version of the app that didn't have the problem, exported and re-signed it and it now has the same

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
the eclipse plugin is written by google team, so they should implement a preprocessor instead of leaving the job to an external plugin. preprocessor is necessary to big apps that needs to run on every kind of device, for every kind of market and for blackberry android. if you don't use

[android-developers] How to stop seekbar progress relative to thumb position from changing?

2011-10-19 Thread Boozel
Hi I have a seekbar but the where on the thumb that progress is related to changes as the progress changes. What i mean is that at progress 8 the progress lines up perfectly with the border of my thumb. As seen in this image,

Re: [android-developers] Re: Can we open the Market's search activity through intent?

2011-10-19 Thread TreKing
On Sun, Oct 16, 2011 at 10:54 PM, Build account newandroi...@gmail.comwrote: The blank search activity mean that the search bar when you press magnify icon on Market app. Then you can see the search bar with some keyword list. Can we call that activity directly?? No, but you can launch a

Re: [android-developers] Error on running my hello world application

2011-10-19 Thread TreKing
On Mon, Oct 17, 2011 at 7:44 AM, Zakir Hossain m.zakir.hos...@gmail.comwrote: 10-17 18:37:05.812: ERROR/AndroidRuntime(151): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f030015 10-17 18:37:05.812: ERROR/AndroidRuntime(151): at

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Kristopher Micinski
On Wed, Oct 19, 2011 at 1:06 PM, sblantipodi perini.dav...@dpsoftware.org wrote: the eclipse plugin is written by google team, so they should implement a preprocessor instead of leaving the job to an external plugin. preprocessor is necessary to big apps that needs to run on every kind of

Re: [android-developers] Remote installation of applications

2011-10-19 Thread Damian Serrano Thode
I'm starting to suspect that the are hacking the market as I'm unable to find a way to get this functionality. I already knew that project, but it's not what I need. Thanks anyway. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread sblantipodi
hey kris relax no one would be aggressive with you but if you are so good in answering in this thread please post something useful. On Oct 19, 7:21 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Wed, Oct 19, 2011 at 1:06 PM, sblantipodi perini.dav...@dpsoftware.org wrote: the

[android-developers] Re: SDK 4, if I select WXGA resolution, emulator doesn't start.

2011-10-19 Thread sblantipodi
is there someone else who have this problem and is not using a snapshot? personally I was be able to start in WXGA resolution only the first time. On Oct 19, 6:57 pm, sblantipodi perini.dav...@dpsoftware.org wrote: I didn't created a snapshot even, so no I'm not using a snapshot. On Oct 19,

[android-developers] Activity killed when users leave it every single time

2011-10-19 Thread GregAZ
My app contains 2 activities, one is mine which is not much more than the web browser control. The other is PayPal's for accepting money through the app. Up until recently everything was great. You leave the app, come back and you're right where you left off. But now, you leave the app and

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Kristopher Micinski
I'm honestly trying to understand why you posted a rant about why you find the Android platform incapable, when preprocessing has nothing to do with it. From what I can tell, this doesn't have anything to do with Android development, and I'd be interested to hear your reasoning as to why Ice

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Justin Anderson
As has been posted many times, Java does not have a preprocessor... I see no reason why Android would include one. Would it be useful in certain situations? Yes, I think it would be... For me I found that it would have been very useful when I decided to expand my apps to be on both the Android

[android-developers] Re: Activity killed when users leave it every single time

2011-10-19 Thread GregAZ
Also I've removed everything from onCreate except for a toast alert. After signing and running it it shows my alert. I hit home, hit the app icon and again it shows my alert. WTF? Switching to it by holding down home does not show the alert. -- You received this message because you are

Re: [android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Xavier Ducrohet
There are no standard java preprocessor. There are some solutions out there but if we choose one for you, then some people will complain we chose the wrong one. It's relatively easy to choose a solution that works for you and to add it to the Ant or Eclipse builds, so we recommend developers to

Re: [android-developers] Handling Adjacent Fragments in ViewPager Contributing to Options Menu

2011-10-19 Thread stone . mike
I realize this conversation is a couple months old and I apologize in advance for resurrecting it if it shouldn't of been. I am seeing a similiar problem using PagerAdapter and want to confirm that the next update addresses it. Basically, the same problem but a little more generic...

[android-developers] Android 4, no virtual keyboard.

2011-10-19 Thread sblantipodi
Hi, I'm not able to show virtual keyboard on android 4 emulator. Generally if I tap on a textbox on a simulator that doesn't have a physical keyboard the virtual keyboard popup. With Android 4 I'm really not able to show virtual keyboard. Any help is appeciated. Thanks. -- You received this

Re: [android-developers] Android 4, no virtual keyboard.

2011-10-19 Thread Xavier Ducrohet
You can edit the AVD to not have a keyboard (it's in the hardware properties). But then you won't be able to use your computer keyboard. This is due to change in the input handling in the emulator that had to be brought closer to how devices actually work. On Wed, Oct 19, 2011 at 11:12 AM,

[android-developers] Re: Android 4, still no preprocessing.

2011-10-19 Thread Kevin TeslaCoil Software
Related from the SwiftKey devs: http://www.swiftkey.net/building-apks-with-different-features-from-a-single-source For my setup I use ant to do release builds, eclipse to do debug builds. I build for three markets (Google, Amazon, and direct-purchase/ beta). Each has it's own requirements (copy

[android-developers] Re: Activity killed when users leave it every single time

2011-10-19 Thread GregAZ
I'm having the exact same problem with the skeleton app. All I added was a toast alert. App is restarted every single time. I downloaded the newest Eclipse. I downloaded the latest Android SDK. Same problem. -- You received this message because you are subscribed to the Google Groups

[android-developers] Compatibility Library v4 and Added support to control how many pages are kept to either side of the current page

2011-10-19 Thread MS
Support Package, revision 4 (October 2011) ... Changes to ViewPager: - Added support for margins between pages. An optional Drawablehttp://developer.android.com/reference/android/graphics/drawable/Drawable.html can be provided to fill the margins. - Added support for

[android-developers] Re: Android 4, no virtual keyboard.

2011-10-19 Thread sblantipodi
Thanks for the answer, in any case I'm not able to see a virtual keyboard. What should I do exactly to get the virtual keyboard? Thanks. On Oct 19, 8:44 pm, Xavier Ducrohet x...@android.com wrote: You can edit the AVD to not have a keyboard (it's in the hardware properties). But then you won't

[android-developers] eclipse Indigo and Win7 problems with SDK and AVD Manager problems

2011-10-19 Thread netskink
Hello I've used eclipse Helios on another computer and it worked easily to install updates. I've setup a new computer using Eclipse Indigo and I have issues with SDK and AVD Manager. I can start it up but I see errors such as no package found, permission denied or updates available but not

[android-developers] Re: Android 4, no virtual keyboard.

2011-10-19 Thread sblantipodi
done it. with previous SDK I can use both keyboard and virtual keyboard, this is a strange news from ice cream sdk. On Oct 19, 8:44 pm, Xavier Ducrohet x...@android.com wrote: You can edit the AVD to not have a keyboard (it's in the hardware properties). But then you won't be able to use your

[android-developers] Change package name in eclipse

2011-10-19 Thread sam
hi develpers, I have developed a apps from the the source of BluetoothChat example. When I submit to market, it state that the package name is not allowed ,thus , I rename the package name with a new one by Refactor-Rename.Also, I rename the package name in file AndroidManifest.xml also. Altough I

Re: [android-developers] custom attributes in library projects

2011-10-19 Thread Izhovkin
Was this issue fixed in sdk tools r14? -- 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

  1   2   >