Android language pack - android

I want to create language pack for android. How can I do this. If anyone knows how or where to find info about this topic please share your knowledge. I'd appreciate any pointers to the right direction.

Perhaps start by looking at the Locales in Android?
Edit
Apparently it's not possible to make languages packs for Android without contributing to the Android Open Source Project. It seems a few people have the same question as you. If you're interested in a specific Android app, that's dependent on the flexibility of the app itself. Sorry for the original, rather lacking, answer.

Related

Is there any solution to detect modified app using flutter?

I am pretty much curious to know If there is any solution to detect whether the app is modified by the user or not? I am using flutter for development. Cause nowadays I can see people are trying to modify apk files according to their needs. So I am confused about the spike for reverse engineers. If you people can give me a good suggestion to detect the app is modified by that particular user.
I will be thankful if you give effort to find a better solution for this issue.

Building Android Loading Dialog Box with AIR

I am starting to develop android applications using AS3.
As much as I've searched I did not find how to make android loading box using AIR!
It seems there is no way to do so!
Can anybody help me in this regard please?!
I kindly beg you to search more and more. Your topic is a rare and helpful one I also appreciate that but I think you just need to increase your Googling Abilities :D
I guess I know what you were searching for so I just searched about your topic and the result is exactly what you need I am sure.
You know,, you can not access android device-specific libraries and features with AS3 for these are not available in the built-in AS3 classes. There are some air extensions provided to help us the air developers who want to make Android or iOS apps though.
Am I clear enough? if not go to this link please. Here you can learn more and even use some extensions in your projects if necessary: http://www.adobe.com/devnet/air/native-extensions-for-air.html
And a happy link for you and your topic:
http://www.myappsnippet.com/loading-dialog-air-extension
Just tell me if this is what you wanted. I'll be happy!
This is fairly standard and has been covered here a few times. Like this for example.
as3 loading screen
or this ROC tutorial
as3 preloader
U basically calculate the current percentage in a progress event and change a bar's width or scale accordingly.

how to generate a document for a receipt printer using android

Ok, here we go, I have to develop an application, which has to allow electricty and water bill payment, and naturally it's supposed to generate at the end of the transaction a receipt, I particullary need to know how to transfer data and determine what would be displayed on the reciept.
I'v gone through this forum and i've found out some StarIO android sdk, knowing that I have a weak english, and it's a bit hard for me to figure out what's going on in the starIO's documentation, i would like to know if StarIO's packages' are what I need for this application or I just misunderstood the objective behind it.
Thanks in advance.
Well, if you have to work with a Star printer, then yes, their SDK is the way to go. If not, though, we'd need a lot more details to answer your question fully.

Where to find Android Development Homework Problems

Ok so I am starting off with android development and I have found a bunch of useful tutorials so I am set there. What I am looking for is a resource that provides homework style problems to do and has the answers downloadable so I can check my solution against the "official" solution.
So for example instead of the notepad tutorial it would be: "Build an application that you can create, edit, delete notes, ...etc.". Ideally the "official" solution would have some explanation as to why they built it the way they did. (so a tutorial at the tail end)
Anyone know of any resources that provide their tutorials in this format?
Thanks.
Okay, here's one: build me an app that allows the user to make, modify, and store notes. The 'official' answer is the Notepad app in the 9th level of the api. (Note that this is different from the notepad tutorial).
The point is that asking questions is easy, the harder part is actually making a program that does the job. And #Roflecoptr is right, at this level it can be implemented very differently. But if you want that mindset, you can write your own 'homework' easily. Just think up a few things you want that are simple, build it, does it do what you want well? Then you pass.
Despite for very trivial problems I dont think this is possible, because there are way to much possible implementation possibilites so that you can't compare your solution to the "official" solution.
But why do you need something like that? If you want to learn to program on Android, you can just follow some tutorials you've already found and then modify them, adapt them to your needs. When you get more used to the development of Android apps you can just get some ideas on tutorials/android development sites and then implement your own solution. There is plenty of help available here on SO and on other development sites, which will help you if you really get stuck.
You could always go to the Android Samples page, and without looking at their implementations, do your own and compare. The samples page is here:
http://developer.android.com/resources/samples/index.html

Android wallpaper pack

I apologise if this is the wrong place to ask this question, I did my best to make sure it has not been asked before and thorougly searched the web for any similar answer.
So here goes: I am having a very hard time finding any sort of reference, or better yet a tutorial on how to create a wallpaper pack for android.
To elaborate, I do not mean a live wallpaper of any kind. Just a pack of selected wallpapers packaged into an applications for distribution through the market. Ideally wih its own selection interface.
There are precedents on the market but for the life of me I cannot find any information.
Any ideas, opinions or suggestions? Maybe I'm going about this the wrong way?
Many thanks for the help!
Here is the GitHub repository for the wallpaper pack that CyanogenMod has. It should be pretty simple to base yours off of this.
https://github.com/CyanogenMod/android_packages_apps_CMWallpapers

Categories

Resources