Is it possible to create themes for android mobile [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 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.

Related

Android and iPhone topbar/Statusbar changing Pragmatically [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 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

How to programmatically take a screenshot in Android without root or adb? [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
as title says, im trying to figure out how to programmatically take a screenshot in android without root or adb,
what about executing script or simulating android keyevents? im trying to find solution but no success.
On Android 5.0+, use the media projection APIs. They are somewhat under-documented. This sample project demonstrates how to take screenshots.
On Android 4.4 and lower, this is not possible, outside of perhaps some security flaws on specific device models.

How to check that user is writing text in any app in 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 8 years ago.
Improve this question
Is there any method or way to check that user is writing text whether in whatsapp, or messaging, or any edit text.
No, not supported by Android. It might be possible if you go on a lower level using NDK, but the short answer is, there is no easy way.
The basis of this answer is how Java works, each application runs in a virtual environment and thus they can not interact with each other directly.
If you really want to achieve this (However there will probably be limited usage, such as only rooted devices) I would suggest to start search the web with keylogger android as keywords.

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,

Create custom ROM in Android [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am beginner level Android developer and I want to make a stock Rom to customized ROM via coding and not by manually. Is there any possibility to do this. Someone please guide me to correct path.
I want to make a stock Rom to customized ROM via coding and not by
manually. Is there any possibility to do this.
go through the following link, it will provide good demonstration for how to setup Custom ROM's,
Create Your Own Custom ROM for Android
Also have a look at Getting started with creating custom ROMs, it contains some usefull links for how to do it.

Categories

Resources