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
Trying to find the source code to the Open licenses AlertDialog screen (at least it looks like AlertDialog). I want to put something similar in it but can't seem t find it. Does anyone know where to download that source code or have a similar example they can show me?
The Settings app is where this is done. See this activity:
https://github.com/android/platform_packages_apps_settings/blob/master/src/com/android/settings/SettingsLicenseActivity.java
The content itself is generated during the build.
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 7 years ago.
Improve this question
I just want to share my android device screen with another android device. Kindly let me know if it's possible in android or not?
I googled it but was unable to get anything related to this topic.
Thanks in advance.
According to my opinion , this is possible because we have Team viewer app . Please refer these link , might be helpful to you
https://integrate.teamviewer.com/en/develop/screen-sharing-sdk/android-tutorial/
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
there: https://android.googlesource.com/kernel/msm are last versions
but I need 2.6.29. Where can I download it?
Android.git.linaro.org seems to have 2.6.29 - at least according to the list at the bottom of this page they do:
http://android.git.linaro.org/gitweb?p=kernel/common.git;a=summary
(Have a look at 'heads', http://android.git.linaro.org/git/kernel/common.git, archive/android-2.6.29)
try this: Download Android kernel source code
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'll try to develop an app which is enabled for plugins like in windows-.Net-world DLLs.
i will have small rectangle-linearlayouts in my app where the user is able to manage them with visible on/off. later on i or someone else will give the user a new plugin, which the apps is displaying now.
is it possible? if yes: how?
are there good sites out there you could direct me?
regards
fly
It is possible to have a plugin architecture for your application. These links should help you out:
http://mylifewithandroid.blogspot.com/2010/06/plugins.html
http://mylifewithandroid.blogspot.com/2011/01/plugins-with-user-interface.html
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 found an app called IM in Android's trunk on git, but that doesn't look like the Google Talk app that comes installed on Android phones.
Does anyone know if that source code is even published?
It is closed source. But you can take the apk and disassemble it using baksmali.
It's closed source.