[Q] Adding ads to application - Mobile Ad Networks

hello, i am using phonegap to develop an application in html angular and the generating the application, i am facing a problem adding the ads section to the application, i don't know which service is bet to use to generate the ads, can anyone help me please? thank you...

Avocarrot native ads
karine2 said:
hello, i am using phonegap to develop an application in html angular and the generating the application, i am facing a problem adding the ads section to the application, i don't know which service is bet to use to generate the ads, can anyone help me please? thank you...
Click to expand...
Click to collapse
Hi there,
You can try out Avocarrot ads. We created a phonegap plugin to help devs integrate our ads but the bad news is that the current version is outdated. The good news is that it is open source and you can inspect the code on how we built the old version and create a new plugin. Phonegap provides extensive docs for plugins so it won't be a big problem.
Thanks,
George

Related

[REQUEST] Law Enforcement Field Database Application

I am looking for any application (Freeware/Donation/Open Source/Commercial) that has similar features to this.
http://www.pocketgear.com/software_detail.asp?id=13719
I have looked all over the web for an updated version of this that would run on WM5+, but it seems that the publisher has been pretty inactive for a while and I haven't been able to contact them. I have also looked for other applications with similar features but have only found corporate software apps that are part of large client/server report and citation applications.
If anyone knows of any software that could replace this outdated version or if any devs would be willing to design a new app please post here or pmsg me for further discussion.
I know many that could benefit from such an application and that would be willing to donate to the development of an app or be willing to purchase a copy.
Thanks in advance.

Developing a simple app

Hello, everyone!
I am very new to the Android Platform. I would like to develop a simple app.
I want to create something like a shortcut to a website. I have seen quite a few in the market and I would appreciate it if you guys could help me.
When the users launch the app, it should open the site in the webbrowser.
Originally, I was thinking about creating an app that would open my site inside the app and not the browser but I think that will take much longer and I don't have much time.
I already have the tools needed I just need a "how-to for dummies" lol
thanks,
Xtrigit
http://www.anddev.org/
Great community forum for Android development.
You should also watch these groups. They provide THE info on Android development.
[email protected]
and
[email protected]
BR,
Adrian Vintu
The easiest way should be using a WebView: http://vinnysoft.blogspot.com/2009/08/webview-in-android.html
Follow the link and should be pretty straightforward.

Questions about open source SDK

Hi guys, recently I am interested in mobile ads formats and I know the in trends formats are interstitials, push, icon and banners. Do anyone know is there an open source SDK which could integrate the big4 formats of different ad network? Thank you !
Mopub is the answer
I think Mopub can do that!
claireclaire612 said:
Hi guys, recently I am interested in mobile ads formats and I know the in trends formats are interstitials, push, icon and banners. Do anyone know is there an open source SDK which could integrate the big4 formats of different ad network? Thank you !
Click to expand...
Click to collapse
Try mAdserve.
Try adsota. It offers interstitials, banners, and even video ads. You can find it by googling "ads.appota"

How to create a twitter like android app

Hello everyone, I am new to android applications, but I am not new to the programming world.
I want to develop a twitter like application, twitter-like because I want my app to have the tweets feed/ news feed portion.
The news feed portion will be constantly updated with new information/announcements/reminders coming from my online SQL database.
I have already downloaded the Android ADT Eclipse bundle. I just want to add a news feed feature on my application.
NOTE: The data to be displayed on the news feed shall be coming from my own online SQL database.
Any kind of help is much appreciated.
Thank you in advance
Try Twitter4J. The best I found so far.
http://twitter4j.org
Search for Marakana videos he has explain everything about twitter app in detail.
It will help you a lot.

How do I find what libraries an app is using?

Hi folks,
Newbie here, and I expect some bashing as I don't know the rules, but I did saw similar questions so started a thread here.
So, I have decompiled an apk file, and I can see that there are folders in 'src', and after googling a bit I can find some libraries like rebound in the 'com' folder of the decompiled apk. But I couldn't find other libraries as someone suggested me on twitter that devs at times obfuscate things( not sure of the obfuscation!).
I am a business guy, I know less in-depth tech stuff and I am trying to do this for a market research initiative. Is there any easy way to find libraries? For example, I learned about XML and read the structure and got information on one more library present in that APK. Is there a way as easy as this one?
Or incase, if there's a more difficult way, I am ready to learn that no matter what level of difficulty it brings. Hit me up folks!
NOTE: I'm not trying to steal any one's work. This is just a market research work.
You should analyze source code and look for relevant JARs.
Also you can use a software like Charles (charlesproxy com). It analyses all the HTTP traffic on your network, so you can run the app and then monitor the HTTP packets on Charles to detect all possible GET-requests to APIs.
hulak_aleksandr said:
You should analyze source code and look for relevant JARs.
Also you can use a software like Charles (charlesproxy com). It analyses all the HTTP traffic on your network, so you can run the app and then monitor the HTTP packets on Charles to detect all possible GET-requests to APIs.
Click to expand...
Click to collapse
Thanks for the information. I will try doing that. But will also give me information on obfuscated libraries?
What kind of library did you mention? If you looking for native libraries, you can Use an app developed by Savier, named Native Libs Monitor. Search it on Play store.
Check out http://appbrain.com, they got quite nice analytics on apps, including libraries any given app using (under Basic Information -> libraries tab)

Categories

Resources