Android :: Why I Can't Access Protected Member Variables In Droid Classes?
Jun 18, 2009
When I extend a View, I cannot access the protected member variables from my code. Eclipse just says that there exists no variable with that name (for instance mScrollX). Why is that?
View 2 Replies
Jun 6, 2010
Before I delve into it, I'm very new to Android and I have just started learning Java last month. I've hit bumps while trying to develop my first simple app. Most of these hurdles were jumped thanks to random tutorials online. MY CODE IS VERY MESSY. Any tips are appreciated.
The question above is quite broad, but this is what I want to do: It's a essentially a blood alcohol content calculator / drink keeper-tracker. Basic layout: http://i.imgur.com/JGuh7.jpg
The buttons along the bottom are just regular buttons, not ImageButtons (had problems with that) Here's some example code ..
It outputs the following to the text view: "Your BAC is -0.017". This is the Bac value for if StandardDrinks was still 0, so obviously there is some problem communicating between the classes.
The other elements of the formula (weight, time spent drinking, and the alcohol %'s and such) are variables because I will ultimately allow the user to change those values in the settings.
I've heard around the water cooler that global variables are not good programming style, but this is the closest I've come to getting it to work..
View 2 Replies
View Related
Jul 29, 2010
I have an Android activity running with a custom view in it. When something happens within that custom view, I want to tell the currently running activity by changing one of the Activity member variables. Is there a way to access the current running activity member variables from within a custom view class besides passing the activity into the view class though a function arg?
View 1 Replies
View Related
Jun 9, 2010
I'm kinda noob to android so please bear with me. I'm currently developing app which uses tabs. My question now is: how to store values of variables so I can access them on the other tabs? I want to create something similar to sessions in PHP where I can save variables on one page and access on the other.
View 4 Replies
View Related
Apr 19, 2010
I'm implementing custom widget exdending a View class. But I've found that View's protected field (e.g. mLeft) is not accessible from subClass
View 2 Replies
View Related
Apr 6, 2010
I'm trying to do basic authentication to view a protected url. I want to access the protected url which looks like this:
http://api.test.com/userinfo/vid?=1234. So I do the following with a WebView:
mWebView.setHttpAuthUsernamePassword("api.test.com", "", "me@test.com", "my password");
mWebView.loadUrl("http://api.test.com/userinfo/user?uid=53461");
but the authentication doesn't seem to work, I'm just getting an output error page. Am I using the WebView method correctly here?
Update:
Trying with curl: curl -u me@test.com:mypassword http://api.test.com/userinfo/user?uid=53461
and it pulls the page fine. I tried every combination of the host parameter, the owners of the api don't know what I mean by 'realm' though (and neither do I) - what info could I give them to help this along?
View 3 Replies
View Related
Jun 5, 2010
Be aware folks Rooting your Evo makes copy-protected apps "disappear" from the Market. I never had this problem on my rooted N1, however once I rooted Evo - it cannot see apps like NYTimes, bTunes, and basically any other app that's copy protected. I have read on XDA-forums that this has something to do with Market being affiliated with 'build.prop', but unclear as to what the fix for this will be, if any Right now, I am thinking of going back to stock because of this..
View 6 Replies
View Related
Oct 5, 2010
We have a website that makes use of OAM for single sign on (form-based authentication). When we submit credentials to WebGate / Access Server the authorization succeeds, however after the authentication is performed, the form action (as configured in the Authentication Scheme - with passthrough:no) returns a server error instead of redirecting to the originally requested URL.
If we use Mini Opera, we are able to get authenticated and forwarded properly.
This problem happens on numerous Android phones (versions ranging from 1.5-2.2), as well as the Emulator provided with the SDK.
This is proving to be a real problem as the default browser on Android phones is not able to get access to our sites(and this is the only browser that is having this problem).
I have created a WebView-based custom browser with the hope of seeing a client-side error and tried trapping every possible error....none show up....
I have tried to trace all of the http requests and found only a single difference in the requests... the http header for Connection:keep- alive is not sent by the Android WebView.
I have provided some tracing info below...
CODE:....................
View 2 Replies
View Related
Mar 2, 2010
It's very annoying to wait 3 days before seeing messages hit the group. What are the criteria for getting by moderation? Is it some number of posts? Begging?
View 2 Replies
View Related
Jun 2, 2010
Can somebody please confirm that the Spring Hero used to have access to copy protected apps, however, after the upgrade to Android 2.1, they now don't?If this does get confirmed, is there any alternative to just removing the copy protection?Eg: If a user purchased a copy protected app, then they upgraded to Android 2.1 (which wipes the phone), they can't reinstall the copy protected app they purchased?
View 3 Replies
View Related
Mar 19, 2010
In android, are using static variables a recommended practice?
E.g, implementing a Singleton pattern in Java, I usually do...
Also, when does this get cleaned up by the Android JVM?
View 6 Replies
View Related
Jun 17, 2010
I am using static Arrays and HashMaps to store some values in my AppWidgetProvider class. But they are becoming null when the process dies, so the widget does not work anymore. Are there any alternatives to using static members to store data for an AppWidgetProvider in Android?
View 5 Replies
View Related
Mar 18, 2009
I have an activity that serves 40 layout files. I like to map a given string say layout/main10 to the corresponding mnemonic in R.java class. Once I get the mnemonic, I can pass it to setContentView () in onCreate(). Is there a way of doing it?
View 2 Replies
View Related
Jan 19, 2010
I know about camel case rules, but I'm confused with this m rule. What does it stand for? I'm a php developer, "we" use first letters of variables as indication of type, like 'b' for boolean, 'i' for integer and so on.
Is 'm' a java thing? Does it stand for mobile? mixed?
View 3 Replies
View Related
Apr 9, 2010
I have some specific questions, I have tried to read every single thread I can and considering I have only had the HTC Hero for 2 days I feel Im pretty clued up.My first concern if anybody would like to advise me..is internal memory. I have had the phone 2 days and only have 81 mb of internal memory left. I have just ordered a class 4 8G SD Card with adaptor, plus a USB reader for it....Now my question are:
1. when these items arrive should I partition the card? if so which method is the safest and "least" technical to ad apps2sd.....
2. With the supposed arrival of 2.1 (Im currently running cupcake 1.5), is it worth adding a new ROM to my Phone? I am not suffering any lag as yet so is it worth it?
3. How much data usage does streaming radio on Radio Time use up listening to it for an hour or so? (that one is just a shot in the dark if anybody has any ideas!
4, What benefits does Dolphin provide over the standard browser?
5. Are the any apps that improve the Camcorder cos boy does that thing suck?
I have just moved over from a Symbian Sony Ericcson and I am astonished with the Hero. I may be a little behind the times but its a solid user friendly awesome phone. I hope 2.1 lives up to its expectations (and provides Flash 10.
View 1 Replies
View Related
Jul 15, 2010
Is anybody missing any apps from the market? I notice some of the apps I had previously on my Eris are not in the market.
View 4 Replies
View Related
Mar 4, 2010
Figured I'd start a new topic. After upgrading to 2.1 I noticed some paid apps that I purchased were not showing up. Someone mentioned that protected apps will not appear until the eris is registered with the 2.1 android market. Just a heads up if you decide to upgrade early.
View 3 Replies
View Related
Jan 9, 2010
Any one know about In Android Widget Package how many Classes are there?
View 2 Replies
View Related
Sep 29, 2009
A static field which was initialized becomes null at some point. Can it be because that class was unloaded and loaded again?
View 3 Replies
View Related
May 10, 2010
It appears that copy protected apps are now available for us Eris users who have the leaked versions. Just thought I'd let you know. So, if you went to a leaked version and miss those apps that suddenly disappeared from the Market, go check to see if they are there.
View 27 Replies
View Related
Dec 21, 2009
Is there a way or an App to password protect or hide folders or files so they won't be visible to everyone that handles your phone?
View 1 Replies
View Related
Oct 26, 2010
My Question is, why do we create inner classes or subclasses in android. Like the following example ...
View 13 Replies
View Related
Jul 16, 2010
No longer a contributing member. Account pending for deletion.
View 5 Replies
View Related
Jul 12, 2010
Is it possible to create another classes object in a class in android. code...
View 4 Replies
View Related
Jul 19, 2010
I am doing Android programing with Eclipse (Helios), and I have some utility classes created. How do I set up Eclipse, so that if I use one of my utility classes it gets included when the project compiles?
View 1 Replies
View Related
Sep 11, 2010
I'm looking for an app that is protected where I can store personal stuff such as credit card and bank info. I know there are several out there in the market but I can't seem to find them.
View 1 Replies
View Related
Apr 3, 2010
Is there any class generators to process web services in Android/Java? I may have to write my own to generate classes against WSDL but I'm trying not to. Also is there one for REST services as well?
If not providing me with discovery service suggestions like disco/wsdl are good enough.
View 2 Replies
View Related
Mar 28, 2009
Can anyone hep me with how to make a (boolean) variable global in Android?
View 2 Replies
View Related
Aug 12, 2010
I split my inner View class from my Main class into its own file. In my main class, I have the view set as an onTouchListener which records user movement into a matrix so it can translate and scale the view. After separating it everything works but im unsure how to pass the matrix to the View for onDraw to update. Any suggestions?
View 1 Replies
View Related
May 23, 2010
How can I had to class layout in R another XML file? It should be automatic as I had new resources to res, but it's not. Someone knows what I did wrong? I open an activity and now I want to open another activity that will work with another XML example. I have menu and main.xml. Now I want to go for another activity called gamescreen using this method: Code...
View 5 Replies
View Related