android-fullscreen Questions

1

My problem is about persantage of usable screen . My application working well normally but ı assume that if ı change dimension of screen (for example galaxy s8+) it is down. this is how is working...
Submissive asked 20/8, 2017 at 1:2

2

Solved

Currently I am using low profile mode to hide the top black bar and dim the bottom nav bar. I want to use Immersive mode on Android but I'm having issues with the action bar. I would like to do Imm...
Sauna asked 8/3, 2014 at 6:25

0

The problem is that showing keyboard (set focus to EditText) switches off full screen mode of Activity: all bars become visible again. Snippet below shows how I do set full screen mode for an Activ...
Phrasing asked 27/3, 2017 at 13:43

6

Solved

I am making a simple game and so far I've been using the Blank Activity. Now I want it to cover the entire screen, Will I need to Recode the entire thing using a FullScreen Activity? I've tried loo...
Rossuck asked 11/10, 2015 at 19:54

3

Solved

I'm developing a cross platform app using cordova with an angular material front end. I use HTML5 video tags in a list of md-cards to play videos with external urls. When inline the videos play co...

1

First of all, i would like to apologize for my bad level in english, and for all the mistakes i might have done in this post. I'm also a "junior" in Android devloppement (i'm doing this on my free ...
Thermaesthesia asked 8/4, 2015 at 14:40

1

So, I know this has been asked several times, but I cannot get it to work (and the answer seems to change with every Android version). EDIT: I'm testing on Marshmallow, but it would be nice to get ...

4

I want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with hiding virtual button and status bar)when I click a Button. But it can not hide the virtual ...

4

I have an app that I want to run in fullscreen. If i have a device with 4.4 KitKat it is easy to set the SYSTEM_UI_FLAG_IMMERSIVE to make the app go pure fullscreen. However if i have a device with...

0

I need to create activity which will contain text input (EditText) and some list of items (TextView-s) under that input. The status bar wont be visible, only navigation bar will be visible. After u...

2

I am trying to build a fullscreen app and when I run it in a Acer Iconia 8, The title don't show up but the action buttons still appear: AndroidManifest.xml <application android:allowBackup="...
Entirety asked 22/9, 2015 at 21:49

8

i have two questions: one how can i run my application in full screen how video players run videos in full screen. i have tried alot and still struggling to achieve this but couldn't find a sol...

2

Solved

I'd like to draw a (mouse pointer) icon on screen over the other applications from a service. I have implemented the functionality and I can draw over the screen, apart from the navigation bar. I'v...
Sixth asked 20/7, 2015 at 12:6

2

Solved

Background I'm trying to put a layer on top of the current activity which would have explanation of what is going on on the current screen, similar to what occurs on contact+ app . I know there a...
Din asked 20/8, 2013 at 14:23

1

I noticed a pretty irritating flicker that happens in the following scenario: display a fullscreen activity and then launch another activity that is not fullscreen. In my app I use an action bar a...
Stratovision asked 13/3, 2013 at 8:29

4

Solved

I have seen certain apps, especially most of the games (Eg. Angry Birds, Temple Run etc) run fullscreen and in landscape mode when launched. Their orientation never changes and they never exit full...
Mizzle asked 6/1, 2013 at 12:58

3

Solved

public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { this.getWindow().getDecorView().setSystemUiVisibility(getSystemUiFlags()); super.onC...
Clabo asked 16/1, 2014 at 14:40

5

I have a GridView and i want to make an implémentation of a dialog, on which the picture that i have selected should display in full screen. so how can i make the dialog shows in a full scre...
Simone asked 13/6, 2011 at 10:41

2

Background I have an app that has 2 activities : splash activity, which is shown in full screen (no action bar, no notification bar) main activity, which has both an action bar (uses actionBarSher...

2

Solved

i am new in android programming! i want a full screen image like Hill Climb Racing (as you can see below) i try to use requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(Windo...
Jeffiejeffrey asked 25/3, 2014 at 17:26

2

Solved

With the game running in Android 4.4's Fullscreen Immersive Mode, the user swipes from the edge of the screen to show the notification / status bar & the Menu buttons bar However, these swipes...

1

I have a custom camera application and I want for any preview sizes to display it in full screen mode without stretching the camera preview image. For this, I need to make the surfaceView larger th...
Letdown asked 27/6, 2013 at 16:36

1

In older versions of Android, it was necessary to use: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" in the manifest to make the title bar disappear. In the newer ADT versions, I have...

4

Solved

How to set full screen mode for activity in Android? I am using the following code to set full screen but it generates an error: Exception: android.util.AndroidRuntimeException: requestF...

© 2022 - 2024 — McMap. All rights reserved.