I created a mobile application using android 4.4.2.
I tried to share it using mobizen, and sidesync, in pc, some of the application activity on mobizen doesn't show (black color) but some can see. I tried using sidesync and it's also showing black color. I'm not sure what is wrong with my application. Pls help!
Would love to know if you got this fixed so that I can pass this information along to our App team as a bug fix. I am trying to show our app and upon launch it shows the black screen. It used to work before one of the Mobizen updates.
Related
I have modified & created an app with apkeditor using html, css, javascript, jquery etc. Everything is going well, my app is running fine in all devices.
but i face a problem now after installing this app that it won't open with full screen area. and its showing extra black area on the bottom of this app.
If i want to do full screen it takes permission of fullscreen app or i can do it fullscreen manually from full screen app setting.
I tried to fix this with using several methods from stackoverflow here. But i can't fix this problem still now. Because the code of this app are being used by converted with smali files.
And i can't edited these files. An error shows me when i tried to add style.xml file, no title bar or other things.
The error is- "No resource found that matched the given name..."
Here i have shared this app via google drive.. (size:only 8mb)
https://drive.google.com/file/d/1JhsIeGO4_3SR7TkczNHPqqUOQbtRfagt/view?usp=drivesdk
I will be very greatfull if anyone fix this problem directly on this app or share me here the way of fixing it.
Thanks all the members of this community.
i am new at building apps using phonegap and my last one is an app that shows information VIA WS ( basiclly it's a web app ) and been built on phonegap to APK file - and it works good.
i would like as an option to set the App ( wich will run on the Background ) on android LOCKScreen and dont know where to start...
thank you
The only way to put an app on the lock screen, that I know of, is to design it as widget. For example you can have a look at google documentation.
As far as I know at the moment there is no way to put an Android webview inside a widget and that is what you would essentially need to do. You should also see this SO question.
Hope this is a start for you ;-)
I know it may sound weird but i was wondering for few days that can i launch any android app in my android app's layout? I searched in the google but couldn't find any answer.I know that app's have ability to send the user to another app based on an "action" it would like to perform.But i would like to know can i run the app in my app's layout??Suppose i have an app that has a layout called activity_main and now i want to replace the activity_main's layout with the app i want to call so that the called app is running inside my app.Thanks in advance to anyone who can clear my doubt??
can i launch any android app in my android app's layout?
No.
You cannot run any Android App inside your App.
But, you can run a WebApp [thats adaptive designed] inside your Android App.
I have a small android machine that has android and other native process at same time.
Because the graphic of native is below, android app should be transparent.
I read many sources, made transparent activity and it works.
But it is special app for my machine, thus it should act like Launcher.
The thing is... if I back to my app after launch another app, the screen still shows another app's image.
Ex: My app(Home) - Other non-transparent app - (back/home) - My app shows previous other app's image, because my app is transparent.
So I want to make my app to clear all screens and be transparent to show native's graphic. I don't mean finish others. I want to clear or turn off visibility of other apps only.
FYI, I can't wrap the native to android app with JNI. The native process is old and big legacy. :(
Thanks in advance.
Have a look at FLAG_SHOW_WALLPAPER. Setting that to your activity will make it seem like all other apps were closed/hidden:
http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SHOW_WALLPAPER
I cannot see what the issue is. I am using eclipse 4.2.2. My SDK is fully updated.
When I set an application background in Android, it shows up on the graphical layout but not on the device. I have made a few apps that do nothing but display images or text on a single activity. Some of them will display the background using the same image that others wont. But in all cases it shows up in the graphical layout.
What are some common causes for this?
I am very much a beginner.
Thank you VERY much for the help.
I guess this is a very common problem.update your manifest file.Check whether you have used
try build the project using that sdk version and open up the avd using that particular api.All images will be shown.