How to addd Admob ads in a compiled APK without source code - Android Q&A, Help & Troubleshooting

\How to addd Admob ads in a compiled APK without source code
We loss the source code, we need to create a free version with admod ads and lokking for any one that can manipulate the apk for to include ads.

Download the Google AdMob Ads SDK for your particular mobile platform.
Ramp up with the Developer's Guide and SDK guides...
This will tell you exactly how to add the ads to your app... https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals#android
This will also tell you where to get the Admob SDK to do it... https://developers.google.com/mobile-ads-sdk/
I hope this helped you.

Diablo67 said:
Download the Google AdMob Ads SDK for your particular mobile platform.
Ramp up with the Developer's Guide and SDK guides...
This will tell you exactly how to add the ads to your app...
This will also tell you where to get the Admob SDK to do it...
I hope this helped you.
Click to expand...
Click to collapse
I have lost code, so i need a tool to help me ;

Related

[Q] What is an Easy way To Develop Android Games/Apps

EDIT: How Can I Easily Make a Sidescrolling Platformer Using An Easy Scripting Language For Android
Bump
Nobody Answered Yet I Modified My Post
Im Really Eager to start Making Simple Platforming Games For Android
bump Someone please post
There is no easy way. Anything that is worth doing is always worth the work you need to do.
Here is a Java-Script Builder
Don't know if you know anything about writing script or anything but you can PM(private message) me with an email address and I'll send you a zipped attatchment with a program for windows pc. It's called Sencha-Touch 1.1.1 App Maker.
I'm sure if your running windows on your PC and your here then you already have java runtime. Just update it if necessary at Java.com. Just click where it says "Do I Have Java" to check and update your version.
You will probably also have to go to Oracle(the java website) and download and install the "Java SE 7u2" for developers from the download section.
If you Need direct links to the Java's, I will include them in email to you.
Hope this gives ya some insight.
Can't get the zip to upload to an email but can give ya the website link in one. Don't think I'm allowed to post outside links.
hi
shubshub said:
bump Someone please post
Click to expand...
Click to collapse
Have you tried out DaVinci Studio? it's a dev tool based on HTML5 and JavaScript...
You can get it for free at their website and ask questions on their forum if you need help with it.
Eclipse + Android SDK
I highly recommend using the standard Eclipse setup with the Android SDK. Java is pretty easy to learn, and can create games that are very simple to complex. I was confused where to start off as well, and tried out AndEngine. There isn't much documantation for AndEngine, so I followed Kilobolt's tutorial on game development. One of the best tutorials of programming that I have ever seen. I am working on a platformer at the moment, and everything is going pretty well. In simple, google "Kilobolt". He has tutorials for setting everything up. However, the tutorial begins with standard Java development, and Android comes into play when you are ready to port the game. Good Luck. :good:
Thanks for the info, I'll check it out.

Application Security/Java questions

While I'm not new to the Android scene, I've just recently begun learning coding and development. I have a small background in Java development but obviously never Android. In any case, my first project was developing some code for a friend that would prevent the .apk from being pulled through ADB and then decompiled and uploaded to warez file hosting sites. I believe I have most of my code correct as the compiled .apk will check against the market, but won't notify the user if it's an illegal install. Any help on this matter would be greatly appreciated. Please reply to this thread, or contact me via GTalk at [email protected]. Thanks!

About android market TOS and hiring a developer

Hello Guys,
I'm little bit confuse about android market TOS. google dot com/mobile/android/market-tos.html Section 3.3 about automation of script. By this section is this site ifc0nfig.com/apk-downloader legal? If anyone clarify me it would great!
Actually I want to build a site like this ifc0nfig.com/apk-downloader/[/url] where user can download APK files from play.google.com and I need a developer who can assist me to do that. Is here anyone I can get help from?
But before I start I must have to know that this project is legal and hs no conflict with google market TOS!
Thanks
shoque said:
Hello Guys,
I'm little bit confuse about android market TOS. google dot com/mobile/android/market-tos.html Section 3.3 about automation of script. By this section is this site ifc0nfig.com/apk-downloader legal? If anyone clarify me it would great!
Actually I want to build a site like this ifc0nfig.com/apk-downloader/[/url] where user can download APK files from play.google.com and I need a developer who can assist me to do that. Is here anyone I can get help from?
But before I start I must have to know that this project is legal and has no conflict with google market TOS!
Thanks
Click to expand...
Click to collapse
No one here can help me figure it out!
reach me
I can do that..

SQLite In Android App

Hello,
I am newbie in android app development.
I am going to make a sqlite database with my small android application with xamarin platform.
Before that I want to know about how it can be done with native in Java development with android studio.
If you have find any good tutorial then please share.
Thanks.
Making a SQLite in android app is not a big complex thing if it is coded up carefully.
Here I have found an android sqlite tutorial with example for beginners like you and I have referred this to my other trainees also.
It is simple example with android studio with detailed explanation.
You need to create table first, with required colomn names in separate java class in android studio.
Make sure you make primary key with auto increment in all the tables.
Then you need to trigger sqlite queries to add, edit or delete record in database.
Comment back if you have more questions for this topic.

Why do we need to make configuration on proguard-rules.pro file?

Hi all, I found that on huawei developer website, we need to make some configurations on proguard-rules.pro file for every kit. What does this file actually do? Do I have to do this configuration step when I am using HMS kits? What will happen if I don't do this configuration?
If you want to know more about HMS Kits, you can refer: https://developer.huawei.com/consumer/en/hms
Any questions about these kits, you can acquire answers from HUAWEI Developer Forum
Hi,if you dint use proguard into wont happen anything but if use proguard It optimizes bytecode and removes unused instructions.
It will not do anything but if you are using pro gaurd in your app then you have to mention them in order to avoid conflict.

Categories

Resources