Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Please help me with finding sufficient documentation/explaination of Android WindowManagerService class?
or in general Android Windowing System.
Found this, explains windows and call stacks well: http://www.worlduc.com/UploadFiles/BlogFile/359%5C10813941%5Candroid%20graphics%20architecture.pdf
Find this presentation, may help you.
http://people.debian.org.tw/~olv/surfaceflinger/surfaceflinger.pdf
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there any cross platform tool apart from xamarin for developing an app,which is not functioning on javascript,
Hope this links will helps you...
http://thinkapps.com/blog/development/develop-for-ios-v-android-cross-platform-tools/
https://www.business.com/articles/top-5-cross-platform-app-development-tools-in-2016/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I saw couple of apps that when I open them for the first time I get some floating windows that explain to me how to use the app.
I couldn't find any tutorials and code examples for this.
How do I make this kind of guide for my app?
I found two projects that do exactly what I want
https://github.com/amlcurran/ShowcaseView
https://github.com/stephanenicolas/RoboDemo
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for JPEG 2000 (jp2,jpx) support on Android.
I checked up various google and non Google groups, but they seems to be of not much help.
Could anyone please guide.
If anyone knows of a JPEG2000 viewer for Android, please share.
Thanks
I've used jj2000 on Android.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Can any one please suggest me good tutorials (other than official) for learning basics to develop Facebook apps in Android.
I am searching in internet but I am failing to get good ones.
checkout this: http://developers.facebook.com/docs/guides/mobile/#android
This will surely help you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I haven't been able to find any documentation on Android's sync services, so far
I just have the sources from the open source project which are a good start, but I am looking for architecture information, gotchas, etc.
Thanks.
There is an article related to the synchronization mechanism in Android.