Android and iPhone topbar/Statusbar changing Pragmatically [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am new to App development I am trying to make an app which needs to access and change top bar/status bar on both iOS and Android. I have Searched many Sites even StackOverflow but all I get was It shows how to change colour of text in these bars, there are tremendous Coders are out there working fantastic on both platform, please can any one give me is it could be done? if yes then what is the approach. For more clarification I am uploading Images for top bars.
Android
And Iphone
This is what I want to do. Change items or add items in the statusbar
Any Help will be highly appreciated.

In iOS:
Change in info.plist the row View controller-based status bar
appearance and set it to NO
Change in appDelegate.swift in didFinishLaunchingWithOptions
UIApplication.shared.statusBarStyle = .lightContent

Related

Show instructions on how to use an app on Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How do you show the user, how to use the app. Is there a tool or something which allows the user to learn how to use it, like a tutorial.
Or what would you do?
By the way, in my app, the user just needs to understand which button needs to be clicked. Basically, he must pick the correct button according to the background color.
To show or introduce your app to the user is called as show casing your app/views(we can say aka tutorial).
You can make your own showcasing animations but there are some libraries for that purpose
ShowCaseView
spotlight(my favourite one)
You can easily implement that by reading some more stuff about showcasing app or views

How do I generate a notification icon from text? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am currently developing an app which involves displaying a number from 1 to 60 in the notification bar. How do I implement this? At first I was thinking of
including all 60 number images within the app, but that seemed unintuitive as I would have to provide separate icons for different screen sizes. How can I generate these icons at runtime?
As long as you would need to use Drawable for notification large and small icons, you would obligatory change string value to drawable.
I think for this usecase, you can use this library: https://github.com/amulyakhare/TextDrawable
I haven't use that yet, but for Lollipop and higher version of Android notification bar, you may need to set transparent or no-color background for your chars.
Hope it help

Common Patterns and Designes in Android Studio [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I just started with Android Studio. Since I have no experience with Android devices I was wandering if there are some patterns or designs or functions that are often used in Android.
for Example: if you sway the phone in ios the backround picture moves with a little bit.. is there something simular in Android?
If you mean UI design patterns give a look at:
Material Design. It gives you the rules to create the app UI according to the latest android guidelines
The most important in my opinion are:
Navigation drawer: it creates a sliding menu
FAB (Float Action Button)
Toolbar
Hope it helps you

Making a Circular Dial like menu [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Am currently working on a circular dial like menu like one below, where user can scroll to select an option. May I get any UI ideas for achieving this in native Android development.
AbsoluteLayout is deprecated.
However, you are lucky:
there is a similar open source project on github:
https://github.com/LukeDeighton/WheelView
Good Question,
You can use "AbsoluteLayout" for this type of UI.
Black Image for Dialer and , Than small images for numbers.
Thank you,

Is it possible to create themes for android mobile [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have googled and gone through some of the posts, im not clear about creating the themes for the android phone. I just want to create the themes for the android mobile. Not necessary to be an app.As far as i know the HTC Desire HD consists the option of theme(In that it is named as skins). My question is How to create a theme for the android mobile? Can we do that programatically? if so provide me some samplesIf we cant create programatically then Wat is the procedure to create the theme? and i want to know that whether i can do something like Firmware Modification. If firmware modification is possible how can i do tat?
Help me out..
I have gone through this Link but i cant able to figure it out right.
Thanks in advance.

Categories

Resources