Android :: Using Tag Hide
Oct 20, 2010
I want to use tag hide (@hide) for hiding some app in my code (add-on for sdk). Is it possibly to do that?
There problem is - when I look in Android.jar there are no classes with tag hide, but in my .jar file located all my hide classes.
View 2 Replies
Sep 28, 2013
is there an auto hide home screen icons app like Auto hide desktop icons for PC? I found some but its not like i want. I want that the icons should stay hidden until i tap on the home screen.
View 2 Replies
View Related
May 19, 2010
i want to hide the app title.
View 1 Replies
View Related
Sep 28, 2010
I want to click a button and then hide the activity GUI. That is, GUI is needed and you can hide it by clicking a "Hide App" button. How can i implement this "Hide App"?
View 3 Replies
View Related
Jan 24, 2010
is there a way (through javascript/jquery/css) to hide the scrollbar in android's web browser? Can't seem to find any valid info online and things that work for Google Chrome (webkit engine, as well) don't seem to work for the Android's browser.
View 1 Replies
View Related
Jan 8, 2010
I want to dynamically hide/show controls in an activity based on a button touch event. When the user presses the "details" button I want to show more controls in the same activity. What is the best way to handle this? Is there a way to do TextView.Hide()? Can it animate the transition.
View 1 Replies
View Related
Aug 17, 2010
Please give me solution to hide the status bar of translucant screen, i have tries by setting Theme.NoTitleBar.Fullscreen but it works for normal activity, but its not working for the screen witch is translucant.Please give me the hint to solve the problem.
View 1 Replies
View Related
Oct 20, 2010
I have 1 imageButton and i want to hide that button after 5sec in oncreate method.
View 3 Replies
View Related
Nov 3, 2010
I need to hide a WebVew while it is loading its web content. I tried to do it with other view like this:..
View 1 Replies
View Related
Sep 29, 2010
how can i hide the address bar.
View 6 Replies
View Related
Dec 30, 2009
Is there any software which filters calls and texts from certain phone contacts.. Similar to mcleaner, you can set a whitelist which hides texts from certain people.
View 2 Replies
View Related
Apr 28, 2009
Using the 1.5 SDK. I have an application with a TabActivity and when I change from one tab with edit fields to another that does not need any user input I would like the virtual keyboard to be hidden. I've tried setting android:windowSoftInputMode="stateAlwaysHidden" on the manifest for the activity that doesn't need user input but it didn't work (maybe because the activity is triggered by a TabActivity).
I've found the method hideSoftInputMethod(IBinder, int) in the InputMethodManager class but I don't know how to get the IBinder object that this method needs.
How do I get that IBinder object? Are there other ways to hide the soft keyboard?
It would be even better if I could make the soft keyboard automatically hide when an EditText loses focus.
View 18 Replies
View Related
Apr 7, 2010
I want to hide the title bar for some of my activities. The problem is that I applied a style to all my activities, therefore I can't simply set the theme to @android:style/Theme.NoTitleBar. Using the NoTitleBar theme as a parent for my style would remove the title bar for to much activities. Can I set a no title style item somewhere?
View 4 Replies
View Related
Sep 10, 2010
Is there a way to hide apps from the app drawer without either rooting the phone or downloading a launcher/home replacement (Launcher Pro)?
View 2 Replies
View Related
Jul 26, 2010
I have a context menu that starts to do some calculations when you press one of the context menu items.While the calculations are made I have a progressbar that I want to show. The progressbar is called from the calculations() method. The problem is that I can only see the context menu while the calculations are being made and the phone is more or less frozen.
View 3 Replies
View Related
Dec 10, 2009
Is there anyway to hide menu items? Things like Email or IM that I don't use and don't care to see.
View 4 Replies
View Related
Aug 10, 2010
I need to create a website within a single div (with inside a map) compatible with Android device and I need to determine the max screen size without address bar to set the div height to make a full screen web app... How its possibile with JS (I use also sencha touch framework).
View 2 Replies
View Related
Aug 27, 2010
I'm surprisingly frustrated by this, and I suspect the answer is simple. I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'. I would like to backup the keystore and have it handy for future app updates, but I can't figure out for the life of me where the keystore is saved. I of course can use Eclipse to go through the process, but if something happens to my computer I'll be pretty screwed.
View 1 Replies
View Related
Jul 27, 2010
Online, I can hide people in Facebook so I don't see people that I don't want to see. I would love to port that list to my phone so I only see the people in the Facebook app that I see on my laptop.
View 1 Replies
View Related
Jun 12, 2010
There's a webpage I pull up with webview, however i'd like to hide the 1 text link at the top. Is there a way to do this? The link is in the body, so I can't hide the body element in whole.
The webpage is all text, and one tiny image at the bottom, but the text is generated each time you load it, so I can't just copy/paste the body.
View 1 Replies
View Related
Oct 4, 2010
I need to be able to hide the soft keyboard in response to clicking a button. I have seen numerous posts on this subject and it seems that the solution is to use the InputMethodManager, but I have been unable to get it to work for me.
View 1 Replies
View Related
Nov 19, 2010
Anyone know how to disable/hide notification bar at the top which show battery and other things in android.
View 2 Replies
View Related
Aug 23, 2010
I want to judge the call has been connected. So I want to invoke method called isAlive() in the hide abstract class Connection(com.android.internal.telephony)?
View 6 Replies
View Related
Oct 13, 2009
I have some optional views in my xml layout. Namely a radioGroup and buttons. How can I hide these programtically?
View 2 Replies
View Related
Aug 30, 2010
I have a ListView with GestureOverlayView, when user swipe left, it mark the ListView Item. It is working perfectly. only thing I don't like to see is when user swipe it display the yellow color stroke line. Is there any way I can make it not to display the Stroke when user perform gesture?
View 2 Replies
View Related
Oct 1, 2010
Can i Hide Partition From Computer?
View 2 Replies
View Related
May 16, 2010
I am creating a WebView which is being launched from an activity named StartUpActivity.java. My intention is to hide the status bar at the top when the WebView comes to the front, so that the WebView remains full screen (no status bar). I can hide the status bar when I launch an activity using this code : getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN ); Is there any way to hide the status bar when using WebView?
View 4 Replies
View Related
Mar 3, 2010
Suppose that you create a HelloWorld application under Eclipse. Then in res/values/strings.xml the following entry is created: <string name="app_name">Hello, Android</string> Now, when you launch the HelloWorld application you see the label "Hello, Android" on top of the screen. I want to hide this label. What is the way of doing this?
View 3 Replies
View Related
Jul 2, 2009
i want to dynamically show and hide the titlebar during the lifetime of the activity ,how can i do?
View 2 Replies
View Related
Jan 3, 2010
I don't want to show the virtual keyboard. I tried the below method but it doesn't make any difference.
View 2 Replies
View Related