custom font in android application - Java for Android App Development

i have bought one application source code. it have basic English language. now i want convert that application in Gujarati language. i have found tutorial for do same. but i can not find main activity file in java source. how can i find it ?

rajrathodbvn said:
i have bought one application source code. it have basic English language. now i want convert that application in Gujarati language. i have found tutorial for do same. but i can not find main activity file in java source. how can i find it ?
Click to expand...
Click to collapse
Your project/res/values/string.xml file not found?

Related

Finding the \Windows\Startup Folder?

I wrote an app and forgot that not everyone uses English Roms. (I'm not that smart) Is there an easy way to find this path for other languages in C# or VB.net?
Hello,
try this:
Code:
Environment.GetFolderPath(Environment.SpecialFolder.Startup)
Best Regards
Thank you very much.

HOW TO translate application

Hi all!
There so many great applications, but they are in English.
I would like to learn how to translate the applications to my language.
Anybody can help me?
( sorry for my english )
Hi Stempit,
there's a problem with translating any program! Some you can easily translate, when they have their language file outside of the mainprogram ( *.exe) in a e.g. language.xml table. If it is so, your lucky and you can translate all expressions with ease, but that is (poorly) not very usual to program so (even its much more comfortable with translating)
otherwise the language options are compiled into the programm and nobody except the programmer knows of his sourcecode and ONLY he can modify it. This option is more usual and the only way to translate a program with a kind of this is to contact the programmer and offering him your help!
hope, thats a help for you (yes my english even isn't the best too )
greets,
the_boogeyman

How to help translate standard Android apps?

Hello!
I want to help out translating the standard android apps, and was wondering if anybody knew how? Do I need to download the entire source and edit the strings.xml file for each application or is there another way?
Thanks.

[Translation] Java app to easily translate APKs and ROMs

HI, guys. I am developing a java app to easily translate apks (in next versions I will add a complete rom translation option and the option to change the language, in this version only creates de values-es directory).
I would like you to test it, suggestions and corrections are welcome. You can download it in this thread of miui-dev forum:
http://forums.miui-dev.com/showthread.php?3160-PC-App-to-easily-translate-apks-and-roms
Thanks.
Hi, guys. New version of my translation program:
http://forums.miui-dev.com/showthre...ily-translate-apks-and-roms&p=34445#post34445
I hope you like it

HtmlUnit for Android

Hi,
I'm developing an app and I need to retrieve data from html code. In addition, i would like manage the event (for example, click the button and redirect in other page) in html code.
I searched on Google and I've found a beautiful library that meet my needs: HtmlUnit.
The problem is the compatibility with Android SDK: there are conflicts with Android classes and maybe, I must to recompile the source code for Android compatibility.
Are there alternative to HtmlUnit? I don't know how to build this library...Can you help me?
Any help would be most welcome...thank you!
PS: sorry for my poor english!

Categories

Resources