[android-developers] Reference Views with Android Studio Error

2016-09-20 Thread Dustin LaRoche
I updated to the latest Android Studio on my mac. However, when I try to reference a view the IDE is inputting the view id like this: Button btnCalls = (Button) findViewById(R.id.@+id/btnCalls) Of course it is throwing an error saying their can't be a / I know that the proper coding would

[android-developers] Paying a user?

2015-12-17 Thread Dustin Rodriguez
I apologize if this is the wrong forum in which to raise this question, but I've been unable to find a good answer or place that seemed better to ask. My question is basic: Is it prohibited or unsupported to transfer money to the users of an app within the app itself? There appear to be apps

[android-developers] TextView only updates the first time from callback method

2014-04-12 Thread Dustin LaRoche
I have written a Weather class that gets weather information from an online API. The Weather class uses a callback so when weather information gets returned from the API the calling Activity will be notified of available weather data. This all works great the first time. Then after closing the

[android-developers] ADT Issues in Eclipse

2012-08-20 Thread Dustin Hoffman
Ubuntu 12.04 Eclipse 3.7.2 I am setting up the Android SDK and I've gotten to the Eclipse Config of ADT. I am following these steps from the setup guide: After you've installed ADT and restarted Eclipse, you must specify the location of your Android SDK directory: Select Window

[android-developers] Re: ADT Issues in Eclipse

2012-08-20 Thread Dustin Hoffman
It says the ADT tools are installed, still no Android listed. Just for kicks the second attempt I selected the second folder as well and it said the NDK tools were already installed as well, could this be my issue? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: ADT Issues in Eclipse

2012-08-20 Thread Dustin Hoffman
I know how to install, but not uninstall. I've removed eclipse, but upon installing again all the updates and such are already there. -- 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 Issues in Eclipse

2012-08-20 Thread Dustin Hoffman
I found and installed a newer version of Eclipse (Juno) 4.x.x now everything is working smoothy. Thanks for your help! On Monday, August 20, 2012 2:52:27 PM UTC-4, Dustin Hoffman wrote: I know how to install, but not uninstall. I've removed eclipse, but upon installing again all the updates

[android-developers] Re: eclipse/sdk combo crash

2011-04-08 Thread Dustin
Tor, Thanks for the input. I was not aware of the New Android XML File wizard. I was just creating a new folder called Menu and then placing a new xml inside it called menu.xml. After trying the wizard, everything seems to develop just fine. Thanks again! Dustin On Apr 8, 10:51 am, Tor

[android-developers] Re: eclipse/sdk combo crash

2011-04-07 Thread Dustin Lane
I am having nearly the exact same problem. If anyone out there has any insight, it would greatly be appreciated! Thanks, On Mar 24, 10:46 pm, Keith Wiley kbwi...@gmail.com wrote: If I right-click the res folder of a project, I can create amenu folder.  If I right click that folder and try to

[android-developers] Can't add menu.xml in Eclipse

2011-04-07 Thread Dustin
hangs and freezes again. I am running on OS X Snow Leopard, Eclipse 3.6.2 and the latest android sdk and adt plugin. Any help, insight, thoughts?? I am thoroughly stuck. Thanks. Dustin -- You received this message because you are subscribed to the Google Groups Android Developers group

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

2011-03-21 Thread Dustin
I did open a bug report a while back (sorry, forgot to post this in this thread) with regards to my issue (Launching app from history on Samsung Galaxy S loses all prefs (shared and default). http://code.google.com/p/android/issues/detail?id=14359 -- You received this message because you are

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

2011-01-25 Thread Dustin
Having the same issue for Mad Yapper with some Samsung Galaxy S devices. It __APPEARS__ that a user was able to fix this issue by doing these steps in Manage Applications: 1) Force Stop 2) Clear Data 3) Uninstall 4) Re-install It sucks to have a user go through this, of course. Wonder how

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

2011-01-25 Thread Dustin
Scratch that -- still did not fix. Will definitely report back if I find a fix or workaround. -- 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

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

2011-01-25 Thread Dustin
Scratch that -- still did not fix. Will definitely report back if I find a fix or workaround. -- 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: Need help with sporadic exception ( SSL shutdown failed )

2011-01-16 Thread Dustin
Here's what I've learned in dealing with this particular problem on Android. SSL connections are costly to set up. Once set-up, the overhead of SSL isn't too bad. To get around this issue, clients and servers can elect to keep a connection open, with the assumption that additional requests

[android-developers] Re: Send zip file as mail attachment

2009-12-04 Thread Dustin
I had a similar issue and found that the file was not readable by the mail app (running as a different user). Is /sdcard/test.zip world readable when viewed via the shell? -dustin On Dec 4, 4:14 am, Pedro Fraca pedro.fr...@gmail.com wrote: Hi  All. I'm trying to send a zip file as mail

[android-developers] Listview inside ScrollView doesn't expand

2009-12-04 Thread Dustin
I have a layout that needs to scroll off the screen because it contains a lot of fields. The top 1/2 of the screen will contain fixed-width and fixed-height TextViews. However, the bottom 1/2 will contain two dynamically-sized widgets; a TextView and a ListView. The bottom TextView may be 1 line

[android-developers] Re: Where are the HTC dev phone 1 image package links?

2009-12-04 Thread Dustin
recovery image is here: http://dl.dropbox.com/u/1143608/junk/htc-1.6_recovery.zip -dustin On Dec 3, 10:25 pm, Chris Sokol adse...@slbsoftware.com wrote: The instructions for setting up the ADP1 direct me to the HTC Developer Center to download system images.  That page, athttp://developer.htc.com

[android-developers] Re: Listview inside ScrollView doesn't expand

2009-12-04 Thread Dustin
Thanks, Roman. I've found similar posts, but wasn't sure why. So, does this mean that I have to build a custom layout to effectively mimic an expanded ListView? Or, what other kinda of widget can I utilize? Thanks, Dustin On Dec 4, 11:47 am, Romain Guy romain...@android.com wrote: If you