Re: [android-developers] Immediate Need - Ruby Developer

2016-11-07 Thread Erik TSomik
REMOVE On Mon, Nov 7, 2016 at 5:36 PM, Mohammad Imran < mohammad.ima...@idctechnologies.com> wrote: > > > Hi Partner, I hope you are doing great! Please share profiles for the > below position. > > > > *Position: Ruby Developer* > > *Contract: C2C* > > *Visa: H1/GC/USC* > > *Location: Richfield,

Re: [android-developers] Immediate Need - Sr. UI Developer

2016-09-30 Thread Erik TSomik
Guys , And once again I am NOT giving you my SSN On Fri, Sep 30, 2016 at 11:57 AM, Mohammad Imran < mohammad.ima...@idctechnologies.com> wrote: > > > Hi Partner, I hope are doing great! Please share profiles for the below > position. > > > > *Title: Sr. UI Developer* > > *Contract: C2C* > > *Vis

[android-developers] How get calendar event time on Android?

2016-09-08 Thread &#x27;Erik' via Android Developers
Sry for my stupid question, but I'm new on android. I write an app that should change the volume if some events in my calendar are activ. How I can realise this idea. I belive I can make a Broadcastreciver that listen on the calender and if a new event start, he say my service that he should

[android-developers] webview violation ? - websites's owner permission

2016-03-30 Thread erik llerena
Can anybody give a hand here. I'm creating a very simple app. I'm loading the content of **my OWN website** in a webview. I've done the very same in iphone and it got approved. But wen loaded in the google play store it got rejected. The email I got was so nasty but that is a different topic. I

[android-developers] [new] [free] [games] HTML5 Games Club - Play Games Without Installation!

2016-02-19 Thread Erik Engi
I have released my very first Android application called *HTML5 Games Club* on the *Google Play Store*. This application allows you to play with more than *1700 HTML5 games* without any additional installation. Here you can play games provided by well-known HTML5 game

[android-developers] Android Studio cant find or install play-services 7 / wearable

2015-04-29 Thread Erik Liddell
/play-services-wearable-7.0.0.jarfile:/C:/Users/Erik/AppData/Local/Android/sdk/extras/android/m2repository/com/google/android/gms/play-services-wearable/7.0.0/play-services-wearable-7.0.0.pom file:/C:/Users/Erik/AppData/Local/Android/sdk/extras/android/m2repository/com/google/android/gms/play-servic

[android-developers] Converting YUV to RGB with only one SurfaceTexture in OpenGL ES 2.0

2013-06-16 Thread Erik Hellman
n the Android source code that I can't find? Thanks! // Erik -- -- 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 e

[android-developers] Re: Can two applications that run in the same process have different STATIC object values?

2012-12-26 Thread Erik
See http://developer.android.com/guide/components/fundamentals.html. -Erik -- 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 grou

[android-developers] Re: Sending group SMS android

2012-11-07 Thread Erik
You don't have to wait for each message to be sent before sending the next. -Erik On Saturday, November 3, 2012 12:20:01 AM UTC-7, Haris wrote: > > Hi > >I need to crete an application like group messaging. For that I am > using SmsManager class. > > MY code l

[android-developers] Single Application or Kiosk Mode

2012-10-25 Thread Erik Liddell
user to put a password on the device and once in an app lock it in that app so that the user can not exit the app unless they hit the home button three times and enter a password. Does android have any plans to do something like this or am i missing something? Erik -- You received this me

Re: [android-developers] How to Create Custom Firmware for Android Device?

2012-08-26 Thread erik wagner
Excellent, thanks. On Sunday, August 26, 2012 6:06:11 PM UTC-5, TreKing wrote: > > On Sun, Aug 26, 2012 at 5:52 PM, erik wagner > > wrote: > >> I am having a hard time finding something detailed and would appreciate >> any 'go here' that anyone could pr

[android-developers] How to Create Custom Firmware for Android Device?

2012-08-26 Thread erik wagner
their own version of the firmware to accomplish what they're asking. Is there any detailed steps on how to do this? I have gotten bits and pieces but not anything in any one place and definitely some contradictory information. Thanks in advance for any help erik -- You received this mess

[android-developers] Re: Parse application/smil MMS MIME type on android

2012-07-19 Thread Erik
Here's where to start: http://lmgtfy.com/?q=mms+smil -Erik On Thursday, July 19, 2012 1:37:15 AM UTC-7, Etienne wrote: > > So I have come across three categories of MMS message types: > > Plain Text - "text/plain" Image - "image/jpeg", "image/bmp"

[android-developers] Re: urgent - how to include existing c++ code into Android

2012-07-17 Thread Erik
The code you create with JNI can call into your c++ classes. -Erik On Monday, July 16, 2012 2:40:21 PM UTC-7, Károly Holczhauser wrote: > > Hello there ! > > I have four c++ file (four header and four cpp) with already implemented > functionalaty, how can I import them into

[android-developers] having a problem with pitch and roll android sensors

2012-07-14 Thread Erik Liddell
Forgive me for not re writing the whole post, but i have this post on stackOverFlow and i was hoping i could post the link and see if any of you have insight. I appreciate your help http://stackoverflow.com/questions/11476316/determining-angle-of-device-with-horizon-as-axis-android/11476926#114

[android-developers] bug: emulator-x86 + kvm triggers an endless loop in qemu-setup.c

2012-06-28 Thread Erik Nijkamp
can be avoided by renaming the "ping program" (namely ddms) by mv tools/ddms tools/ddms.fork.fix However, we would like to avoid this "hack" in a productive system. Any clues why the fork() in combinations with KVM keeps hanging? Thanks so much! -- erik -- You recei

[android-developers] Re: How to make autocompletetextview list border as transparent

2012-06-27 Thread Erik Telepovský
Thank you Gaurav On Tuesday, June 19, 2012 2:57:03 PM UTC+2, Gaurav Vashisth wrote: > > add android:popupBackground="@null" to the AutoCompleteTextView > > On Wednesday, March 21, 2012 1:37:44 PM UTC+5:30, Android Developer wrote: >> >> Hi, >> >> I have autocompletetextview while tying its shows t

[android-developers] Re: RelativeLayout problems

2012-05-23 Thread Erik
I think you're overriding the original layout params when you set the new one. Instead, get the view's layout params, change the width and height, and then set them back. Though you may want to try using a LinearLayout and weight, which would do the layout for you. -Erik On Tuesd

[android-developers] Re: I can not start MMS functionality on emulator

2012-05-17 Thread Erik
MMS messages can only be sent or received over a cellular connection. So the emulator running on your computer doesn't support it. -Erik On Sunday, May 13, 2012 7:00:38 AM UTC-7, katarina wrote: > > Hi, > > please help... I want to use MMS functionality on the emulator,

[android-developers] Re: Loading sms in threaded view In my custom app

2012-05-17 Thread Erik
Retrieve that information from the Contacts content provider. -Erik On Thursday, May 17, 2012 12:31:08 AM UTC-7, Bhanushali Ashwin N wrote: > > Hi All, > > I am developing an sms-app.I want to load all the sms as threaded view > in my application. > By threaded view I mean

Re: [android-developers] Layouts - Using Remaining Space For Intermediate View

2012-04-30 Thread Erik
Could you use a LinearLayout and set the layout_weight of each custom view to 1? -Erik On Monday, April 30, 2012 4:10:33 AM UTC-7, JTeagle wrote: > > >This should work so long as Widget 1 and Widget 3 have knowable > >heights (e.g., Button, not ListView) and there is still room o

[android-developers] Re: Giving your emulator a boost: Android ICS x86 system-image available

2012-04-17 Thread Erik Nijkamp
Hey Anuj, according to [1] KVM on Ubuntu is equivalent to the HAXM hypervisor on Windows or Mac. So, yes, we do use hardware-assisted acceleration. I don't have a Windows nor Mac OS at hand, but I bet the system-image would also work with HAXM. Maybe you could give it a try? Best, Eri

[android-developers] Giving your emulator a boost: Android ICS x86 system-image available

2012-04-17 Thread Erik Nijkamp
Hey folks, we (a mobile testing startup in Berlin) had some trouble regarding the poor Android ICS performance running in the ARM-specific SDK emulator. Therefore, we've compiled Intels x86 Kernel for the Goldfish platform and Android 4.0.3 from ASOP soucres. If you are interested, the ICS syst

[android-developers] Re: How to enable 24/32 bit color depth in the emulator (android 2.3.3)?

2012-04-06 Thread Erik Nijkamp
Unfortunately, that is not an option. On Friday, April 6, 2012 12:01:36 AM UTC+2, lbendlin wrote: > > If it's such a critical feature you may not want to rely on the emulator. > Rather get a 2.3.x development device. > > On Thursday, April 5, 2012 3:21:18 PM UTC-4, Erik Nijk

[android-developers] Re: How to enable 24/32 bit color depth in the emulator (android 2.3.3)?

2012-04-05 Thread Erik Nijkamp
+2, Erik Nijkamp wrote: > > I started to dig through the emulator code and stumbled over > (android_sdl.c): > > static void > emulator_display_set_display( EmulatorDisplay* disp, > DisplayState* ds, >

[android-developers] Re: How to enable 24/32 bit color depth in the emulator (android 2.3.3)?

2012-04-05 Thread Erik Nijkamp
) { ds->depth = 16; ds->bgr= 0; ds->width = w; ds->height = h; ds->opaque = disp; disp->ds = ds; ... This seems to imply that the emulator is really fixed to 16 bit colors. Can anyone confirm this? Thanks so much Erik On Wednesday, April 4, 2

[android-developers] How to enable 24/32 bit color depth in the emulator (android 2.3.3)?

2012-04-05 Thread Erik Nijkamp
. This is a very critical feature for our current project and we are running out of ideas ... If anyone has any suggestions we would be ever so grateful. Thanks so much! Erik [1] http://imageshack.us/photo/my-images/600/twitterbuttondithering.png/ -- You received this message because you are

Re: [android-developers] Launching default messaging app for mms

2012-03-26 Thread Erik
Unfortunately there doesn't seem to be a way to do what you want to do. The messaging app is looking for an intent with the SENDTO action and a phone number, or the SEND action and some data (such as an image), but not both a phone number and some data. -Erik On Monday, March 26, 2012

[android-developers] Re: How can I send MMS via android app without moving to InBox Messages ?

2012-03-08 Thread Erik
In order to send an MMS, you would need to connect to the network's MMSC server. The network will only allow approved apps to do that, and in most cases the only approved app is the messaging app that came with the phone. So what you want to do is pretty much impossible. On Thursday, March 8, 2

[android-developers] Re: License for open source Android project

2012-02-06 Thread Erik
Yeah, that's not open source. Check out something like the Microsoft Reference Source License. -- 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 thi

[android-developers] ConnMan's Corresponding Component in Android

2012-02-03 Thread Erik Bai
Dear All, As you know, "the Connection Manager (ConnMan) project provides a daemon for managing internet connections within embedded devices running the Linux operating system." --- http://connman.net/about. So I'd like to know the corresponding component in Android, which does the same work as C

[android-developers] Re: Get MMS Info.

2012-01-11 Thread Erik
My guess is that your service is running before the native messaging app has a chance to add the message to the content provider. Try removing the priority from the intent filter. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post t

Re: [android-developers] Re: Data written to SQLite database not immediately available

2011-12-23 Thread Erik
e this behavior with the actual telephony provider on a shipping phone. -Erik On Friday, December 23, 2011 7:50:45 AM UTC-8, Kostya Vasilyev wrote: > > To OP: > > Do your threads use separate instances of SQLiteDatabase object pointing > to the same database one- or one SQLiteDatabase

[android-developers] Data written to SQLite database not immediately available

2011-12-22 Thread Erik
My app has a content provider which stores its data in a SQLite db. I have a thread which is busy inserting rows into this content provider. I have another thread which inserts some rows into the content provider and then signals the first thread. When the first thread sees the signal, it stops

[android-developers] Re: I/O date change

2011-11-30 Thread Erik
If you sell all the free hardware you get at the conference, you might end up with a profit. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Distribute banned app outside Android Market with donation app in Market

2011-11-30 Thread Erik
Google thought the app was "sexually explicit" and banned it. I may face the same problem with Paypal. Paypal takes $0.30 per transaction. On a $1 donation it´s the same as googles cut on Android Market. From my point of view a donation app is the best option and Paypal donation the next best. On

[android-developers] Distribute banned app outside Android Market with donation app in Market

2011-11-28 Thread Erik
A few days ago my hit app got banned from Android Market and now I´m looking for a different setup. My planned setup: - Empty paid donation app inside the Market. - Free app outside Market with link to my donation app. First, am I allowed to have a empty donation app? There are some out there but

[android-developers] Android 3.1 and USB to Serial

2011-11-14 Thread Erik
It's possible that I'm an idiot, but I can't seem to find a tutorial on USB communication that actually tells me something useful. Can someone kick my ass in the right direction? Does anyone know of the ability to use USB to serial adapters and talk to RS232 devices over the USB? Boss wants to u

[android-developers] Re: Debugging library projects with ADT 14

2011-11-02 Thread Erik
I found what looks like the answer on Stack Overflow: http://stackoverflow.com/questions/7896855/in-eclipse-how-can-i-quickly-access-the-source-of-an-android-library-project -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] Re: Changing the icon for the All Apps Button

2011-11-02 Thread erik wagner
Gotcha. Thanks Mark. That was both what I expected and what I feared. On Nov 2, 7:33 am, Mark Murphy wrote: > On Wed, Nov 2, 2011 at 8:28 AM, erik wagner wrote: > > I am looking to actually replace the 'All Apps' button on the Android > > home screen.  I know there

[android-developers] Changing the icon for the All Apps Button

2011-11-02 Thread erik wagner
lacing it. Is there a way to actually replace the All Apps icon on the Android home screen? Sorry if this is a duplicate question, searching for 'all apps button' returns a dizzying array of non-pertinent results. Thanks, Erik Wagner -- You received this message because you are subsc

[android-developers] Re: sqlite help

2011-10-21 Thread erik wagner
Thanks Mark and Joel, very appreciated. Now I know what I will be doing this weekend On Oct 21, 12:56 pm, Joel Witherspoon wrote: > On Fri, Oct 21, 2011 at 10:33 AM, Mark Murphy wrote: > > > On Fri, Oct 21, 2011 at 1:31 PM, erik wagner > > wrote: > > > I am wonde

[android-developers] sqlite help

2011-10-21 Thread erik wagner
getting to the barebone essentials. Failing an example, if anyone could provide a rough outline or what to do that would be extremely helpful as well. The example/outline doesn't need to be overly involved, just looking for what amounts to a Hello SQLite app. Thanks for any help/advice

[android-developers] Debugging library projects with ADT 14

2011-10-20 Thread Erik
application when I hit F11 in a library source file? Thanks, Erik -- 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

[android-developers] Getting info from a calling activity advice

2011-10-09 Thread erik wagner
lling activity to the called activity? Thanks in advance. Erik -- 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 and

[android-developers] Re: Ringtones

2011-09-28 Thread erik wagner
Finally was able to find an example. Thank the Lord for smart people http://groups.google.com/group/android-developers/browse_thread/thread/fc05ace7d76dff62 On Sep 27, 2:52 pm, erik wagner wrote: > Whoops, the Uri newUri line should have 'aUri' in the > getContentResolver().ins

[android-developers] Re: Ringtones

2011-09-27 Thread erik wagner
Whoops, the Uri newUri line should have 'aUri' in the getContentResolver().insert portion. My editing mistake, only correcting so there's no confusion on anyone trying to follow it. Thanks. On Sep 27, 12:49 pm, erik wagner wrote: > Hi, > I'm trying to add a ringtone

[android-developers] Ringtones

2011-09-27 Thread erik wagner
Hi, I'm trying to add a ringtone to the ringtone picker and am having a tough go of it. I am working off this example (http:// groups.google.com/group/android-developers/browse_thread/thread/ b5590a1551e4f97d) but cannot seem to get it to work. Any help would be greatly appreciated. Thanks. (my c

[android-developers] Re: return values from preferences with getString

2011-09-04 Thread erik wagner
Fair enough, thanks again On Sep 4, 6:12 pm, Mark Murphy wrote: > On Sun, Sep 4, 2011 at 6:54 PM, erik wagner wrote: > > Thanks very much!  I have to say though my (ignorant) questions are > > not over.  I am ultra newbie on Java and am not sure how to write a > > (working)

[android-developers] Re: return values from preferences with getString

2011-09-04 Thread erik wagner
uals("Two") { // blah blah } I know this is a basic-really-should-know-how-to question but I'm kind of flailing on the whole thing. Thanks. On Sep 4, 5:08 pm, Mark Murphy wrote: > Never compare strings with == in Java. Use equals(). > > > > > > On Sun, Sep 4

[android-developers] return values from preferences with getString

2011-09-04 Thread erik wagner
f/else tree. What am I missing? I have checked the values coming back from the prefs.getString and there are no leading/trailing spaces or anything else visually wrong that I can see with the value. Any help on this would be appreciated. Thanks in advance. Erik Wagner -- You received thi

[android-developers] Re: help with spinners from preferences

2011-08-31 Thread erik wagner
I apologize that the code appeared to be/was unformatted, it looked fine on my end. Thanks for the tip. That is exactly what I was trying to hodgepodge together. Much appreciated. Erik Wagner On Aug 31, 10:59 am, TreKing wrote: > On Tue, Aug 30, 2011 at 7:50 PM, erik wagner wrote: >

[android-developers] help with spinners from preferences

2011-08-30 Thread erik wagner
the preferences before the edittext on the preferences could feed it to the one on the PrefsActivity activity. Long story short, what am I doing wrong and what should I do on this? I'm a little brained out on this after staring at it and trying everything my limited understanding could think o

[android-developers] Re: Advice on getting data from one activity to another

2011-08-27 Thread erik wagner
Thanks! Now to figure out how to use them, hopefully I won't be back later with a 'uh, how do i do this?' question. On Aug 27, 9:50 am, Mark Murphy wrote: > On Sat, Aug 27, 2011 at 10:32 AM, erik wagner wrote: > > Hi, I guess this is more of a design with more tha

[android-developers] Advice on getting data from one activity to another

2011-08-27 Thread erik wagner
hen move on to more detailed how-to questions. Thanks again for all the help on my various newbie questions. Erik Wagner -- 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.c

[android-developers] reading choices from spinners

2011-08-26 Thread erik wagner
id onNothingSelected(AdapterView parent) { } } No matter what I select using this code the Toast shows as "something else /" + what the value actually is + "/". i.e. if I chose 'Two' the toast reads "something else /Two/". Any help would be

[android-developers] Re: Getting a second page to do anything

2011-08-21 Thread erik wagner
Thishttp://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-bet... > help you in adding and starting another activity. > > Thanks > > On Sun, Aug 21, 2011 at 8:27 PM, erik wagner wrote: > > > > > > > Hi, > > This is I'm sure a very simple thing

[android-developers] Getting a second page to do anything

2011-08-21 Thread erik wagner
ersionCode="1" android:versionName="1.0"> Can anyone help as to why what works in the first class does not in the second? Or, rather, that nothing at all works in the second class? Any help would be appr

[android-developers] Re: Distance between devices

2011-08-16 Thread Erik
It's possible to use GPS to determine the distance between to receivers to that accuracy, but it involves one device getting the low-level GPS data from the other device and doing some processing on both sets of data. And I have no idea what data you actually need to perform that processing, or

[android-developers] Hello Listview project

2011-08-15 Thread erik wagner
Hi to all, I am very new to both java and android development so this is probably a very simple question. I have been going through the various 'hello' tutorials on this site. I've hit a snag on the 'Hello Listview' (this one http://developer.android.com/resources/tutorials/views/hello-listview.h

[android-developers] Custom Font

2011-08-12 Thread erik ryerson
I'm having some trouble adding a custom font to skin.xml Here is my code I have this in the skins xml files Code: So I added this to my main package Code: TextView tv=(TextView)findViewById(R.id.sender_phone_num"); Typeface face=Typeface.createFromAsset(getAssets(), "fonts/n

[android-developers] Re: APN for SMS/MMS

2011-07-25 Thread Erik
If you mean you can't contact the MMSC to download the MMS message, Verizon and Sprint will only let apps that are specially "blessed" do that. And that isn't going to happen for you. Your best bet is to let the phone's native messaging client handle all of the MMS sending/receiving. -- You r

[android-developers] Multicast and WiFi tethering

2011-07-19 Thread Erik H
. My conclusion is that a device that has WiFi tethering enabled cannot send or receive Multicast packages. Is this an expected behavior or should I consider it a bug? Thanks! // Erik -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

Re: [android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-13 Thread Erik
On Wednesday, July 13, 2011 3:49:31 PM UTC-7, Mark Murphy (a Commons Guy) wrote: > > And your proof of this is... what, exactly? Well, the messaging app my company wrote uses the Telephony content provider. Handcent SMS uses it, as does GO SMS. I'm guessing all the SMS backup apps out there ba

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-13 Thread Erik
All messaging apps use the Telephony content provider to store messages. So you could insert() a message into the content://sms/ provider. It's not simple, you'll probably need to read through the code of the open source messaging app to figure out how to format the message. -- You received th

[android-developers] Loading Bitmaps in native heap

2011-06-08 Thread Erik R
I'm working on a simple image manipulation app that requires opening bitmaps at full resolution, which of course results in OutOfMemory issues. I know that the short answer is to simply use less memory via BitmapFactory's inSampleSize Option to downsample the bitmap, but for this app I really would

[android-developers] Re: Is it impossible to move and merge text on an image

2011-05-06 Thread Hans-Erik
> Well, simply do the saving when the user is finished moving the text or > using the feature compose the image. > The bitmap canvas supports basic things like drawing text. > This doesn't complicate things. yea you right i think, after playing around with this sample for 30 min http://www.anddev.

[android-developers] Re: Is it impossible to move and merge text on an image

2011-05-06 Thread Hans-Erik
I forgot to say i need to save the image with the added text, like merge into a new image. I guess that complicates things. Im investigating and can see that the Canvas class has the "drawText" method. drawText will write the text solid on the image. So i guess using Canvas is the way to go. @Mig

[android-developers] Re: Is it impossible to move and merge text on an image

2011-05-06 Thread Hans-Erik
i have not startet doing this so any ide is helpfull was thinking i could write text on the bitmap and then track x/y when using finger to move the text to new x/y you have better ide? On 6 Maj, 02:42, TreKing wrote: > On Thu, May 5, 2011 at 1:09 PM, Hans-Erik wrote: > > Help

[android-developers] Re: Is it impossible to move and merge text on an image

2011-05-06 Thread Hans-Erik
: > On Thu, May 5, 2011 at 1:09 PM, Hans-Erik wrote: > > Help is needed! > > With which part? > > - > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chic

[android-developers] Is it impossible to move and merge text on an image

2011-05-05 Thread Hans-Erik
hi all. This seem really hard to do since i cannot find any information about it - Open a jpg in full screen. - Type text on the jpg. - able to move that text where i want it positioned on the jpg. - moving of text must be done with a finger (not in code). Help is needed! -- You received this

[android-developers] Rotating a fragment

2011-04-29 Thread Erik
I have an Activity with different layouts for portrait and landscape. Since it has some complex state data I don't want to lose on rotation, I'm listening for rotation config changes. In onConfigurationChanged() I call setContentView() to rebuild the view hierarchy using the new layout. Now I'm co

Re: [android-developers] Re: ColdFusion and Android development

2011-04-22 Thread erik tsomik
Well I am programming in coldfusion So i thought that I can use coldfusion to program the android. Also ColdFuion is Java based On Thu, Apr 21, 2011 at 12:50 AM, lbendlin wrote: > please explain what made you think that the two have anything to do with > each other. > > -- am i > You received th

[android-developers] ColdFusion and Android development

2011-04-20 Thread erik tsomik
I am new to android development. Can Anybody give me some tips, examples of integrating ColdFusion and android Thank you -- 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.c

[android-developers] list view: scrolling resizes the items in a weird way

2011-03-24 Thread Erik
Hi, I have a problem with the list view and its items. When scrolling up/ down the listview I noticed that the items slightly resize(about one pixel) and in my application it looks like ^. The divider between two items should be one pixel high(used default android behavior), but when scrolling the

[android-developers] Re: EditText and auto-complete/correct

2010-12-28 Thread Lars-Erik
Actually I had the same problem and found the real solution. "autoText" is a deprecated feature. However looking more closely on the "textAutoComplete" function I found that it states that the application will provide the correction list itself. In stead, just use the "textAutoCorrect" in "android:

[android-developers] Re: How do i multi select images in the Gallery and send there URL to my activity?

2010-12-22 Thread Hans-Erik
On 22 Dec, 20:48, bruce wrote: > What you want is ACTION_SEND_MULTIPLE. You will receive a set of > Uris. Thanks Bruce! Coming from Java, Any book you can recommend learning android infrastructure? -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Re: How do i multi select images in the Gallery and send there URL to my activity?

2010-12-22 Thread Hans-Erik
On 22 Dec, 20:17, Mark Murphy wrote: > ACTION_SEND only supports sending one item. Thanks for your reply Do you know any other way to do this? My Activity is dormant and awaken by the user selecting images. There has to be another way to do this right? -- You received this message because you

[android-developers] How do i multi select images in the Gallery and send there URL to my activity?

2010-12-22 Thread Hans-Erik
hi In the gallery I have added my Item to the share menu. But i can only get one image and making my Activity start. This code give me the URL for one image. Is it possible to set up the Gallery or the share menu so that user can select one or many pictures? if (Intent.ACTION_SEND.equals(action))

[android-developers] How do i multi select images in the Gallery and send there URL to my activity?

2010-12-22 Thread Hans-Erik
hi In the gallery I have added my Item to the share menu. But i can only get one image and making my Activity start. This code give me the URL for one image. Is it possible to set up the Gallery or the share menu so that user can select one or many pictures? if (Intent.ACTION_SEND.equals(action))

[android-developers] Re: Service or no service

2010-12-18 Thread Hans-Erik
> I guess if you have a significantly large user base, but I'm assuming that's > not the case, or is it? Im planing ahead, trying to learn what it takes to make and app like that > Is some lagging or some delay in the delivery of these messages > completely unacceptable? yes im playing with the

[android-developers] Re: Service or no service

2010-12-18 Thread Hans-Erik
That's quite interesting thanks TreKing. That is one approach but dont think it will work for me. On scenario is if 200 phones connect to my server wanting to send one jpg to another phone. 200 messages would go out trough google notifying all phones there is jpg package for them. Google has Limi

[android-developers] Service or no service

2010-12-16 Thread Hans-Erik
after reading the article http://www.androidguys.com/2009/09/09/diamonds-are-forever-services-are-not/ I want to ask about creating an Android app that need to run always! The app is an ftp server listening for my PC client to send pictures. The sending can occur anytime so the Android server "MUS

[android-developers] Re: Query regarding Intent.get & Extras.

2010-08-12 Thread Erik R
Snippets pulled from Android source: #1 - All the putExtra methods instantiate a new Bundle when the Intent receives its first extra, to contain all extras going into it. public Intent putExtra(String name, Bundle value) { if (mExtras == null) { mExtras = new Bundle(); } mExtr

[android-developers] Re: Android apps deployed from Eclipse don't take up full screen

2010-08-12 Thread Erik R
A screenshot will also help greatly if you can post one. It sounds like you might be creating a Dialog instead of an Activity. If you are creating an Activity, you may have somehow specified a non- fullscreen theme for it in the manifest XML. On Aug 10, 8:10 pm, "m...@daughtersoftiresias.org" wr

[android-developers] Re: Best way to populate ListView on runtime.

2010-08-12 Thread Erik R
On the line: lv = (ListView) findViewById(R.id.list); You are trying to get a handle on a ListView that does not exist in the XML that you are showing. On Aug 12, 1:34 pm, Warrior wrote: > can anyone tell me whats wrong or suggest the best way to populate a > ListView on runtime from one screen

[android-developers] ActivityInstrumentationTestCase2 private static final Object is null when running test suite?

2010-06-07 Thread Erik
Hi, I have a problem where a private static final Object LOCK = new Object(); is null at some point when running my TCs. Obviously if i remove the static status and initialize it in the setUp method, this problem disappears; I just wanted to know if this is supposed to happen? The problem also di

[android-developers] Null canvas being passed to onDraw(Canvas canvas)

2010-05-27 Thread Erik
I have two bug reports now in my publisher console, and the both are Null Pointer Exceptions from onDraw, and result from a null canvas object being passed into the method. I've searched and not found any information on why this may be happening. Anyone have ideas? Or any ideas on how to gracefu

[android-developers] Re: Offscreen drawing of a View

2010-05-26 Thread Erik H
, offscreenView.getMeasuredWidth(), offscreenView.getMeasuredHeight()); Also, I must use a Canvas backed by a Bitmap when drawing. Using the drawing cache doesn't seem to work well. Please correct me if I'm doing something wrong here. Hope this can help the rest of you otherwise. :) // Erik

[android-developers] Offscreen drawing of a View

2010-05-26 Thread Erik H
Hi, I'm having a small problem with drawing a View offscreen to a Bitmap. The View is created using LayoutInflater.inflate(int resource, ViewGroup root) with null passed to the root parameter. The View has a fixed size (200x180 pixels). I can create a Bitmap for this View either by using the met

[android-developers] Re: Petition: Google, please improve the Android Market.

2010-05-24 Thread Erik
Did they indicate what they would react to? I just published my first app last week, and I've been really frustrated not being able to respond to users comments! I was really surprised at the lack of functionality in the Market for developers. On May 21, 5:09 am, Tomáš Hubálek wrote: > BTW: In

[android-developers] Re: Pausing Live Wallpapers

2010-04-14 Thread Erik R
paper from your app. > > > > On Tue, Apr 6, 2010 at 10:13 PM, Erik Robertson > wrote: > > Hello, > > > I am developing an application that uses a Home screen widget as its > > launching point. The application uses the Translucent theme to give > > the appea

[android-developers] Pausing Live Wallpapers

2010-04-13 Thread Erik Robertson
Hello, I am developing an application that uses a Home screen widget as its launching point. The application uses the Translucent theme to give the appearance of being integrated with the Home screen when active. I recently discovered that launching a translucent activity over a live wallpaper wil

[android-developers] Sending and receiving.

2010-02-21 Thread Erik Hughes
mainintent.putExtras(Data); setResult(RESULT_OK, mainintent); finish(); } }; //Code ] Thanks in advance! /Erik Hughes -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: Important Undocumented styles

2010-01-31 Thread Erik Martino
Thank you for the answer, instead of downloading the complete source of android you can browse it in gitweb http://bit.ly/btKBde /erik On Jan 29, 1:07 pm, skink wrote: > On Jan 29, 12:37 pm, Matt Oakes wrote: > > > In other words, look at the source code :) > > >http

[android-developers] Important Undocumented styles

2010-01-28 Thread Erik Martino
An important part of creating an android application is making the gui look right. However where do I find documentation for this. An example of what I am looking for is something like this style="@android:style/ButtonBar" what other interesting styles does exist. The eclipse layout xml editor kn

[android-developers] Fail to launch the SDK 2.0 tool on OS X

2009-11-02 Thread Erik H
droid --help' for operations from the command line. $ That's it. Nothing happens, no UI appears or any processes are started (check with ps, but there is no new java process). I'm running this on Mac OS X 10.5.8. The previous SDK s runs fine. Thanks, Erik -- You received this mes

[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-02 Thread Erik Bryan
For what it's worth, I stopped using the Sense UI in favor of the default home, but did not wipe everything first. Upon entering the default home for the first time, all my apps had the right names/ icons. After resetting though, they were displaying in their mangled state in the default home. Does

[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread Erik Bryan
I just installed Light Racer on my Sprint Hero. Had never installed it before. Rebooted and it was fine, still named Light Racer, still with the same icon. I assume this is because you updated Light Racer and I had never installed it before. However, I am having this problem with several other ap

[android-developers] Re: Design guidelines question; Services vs. Intent broadcasts.

2009-07-06 Thread Erik Hellman
ming there is a general guideline when to use intents and when to use a service? // Erik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-dev

  1   2   >