Cross-promote your own apps and manage the direct-sold campaigns. he free, open source, third party Android library to cross-promote advertise of your own apps through your other Android apps. This library has been built with the Kotlin language in the Android Studio IDE. Check out the wiki. To support,
The free, open source, third party Android library to cross-promote advertise of your own apps through your other Android apps. By the help of this lib you can provide the list of your apps to the users inside your other apps and let the to install. This library has been built with the Kotlin language in the Android Studio IDE
and the binaries have added to the jcenter()
maven
repository.
You can check the jCenter() download statistics on this link
There is a list of the applications which uses AppCrossPromoter. It would be nice to see your apps' link there too. If you use this library and want to see it in the head of the list, please inform me or send a pull request.
Don't forget to star the protect to support us
- Developer: Sattar Hummatli - LinkedIn, settarxan@gmail.com, Other libs
- Translator
French
: Fariz Aghayev - Translator
Portuguese
: azzarr - Translator
Hindi, German, Spanish
: Harsh Dalwadi - Translator
Italian
: Rawnly
- Description
- Service structure
- Library structure
- Installation manual
- Help - Issues
- Releases - Upgrade documentation
- To contribute
- Contributors
- Localization
- Applications using AppCrossPromoter
- Other libraries by developer
Download the demo app from this link - Demo App. You can easly test the lib's functionality.
To provide your apps' list, you have to implement the service provider. The structure of the service is as below. Your root folder has to contain a imgs
folder and two files - program_version.json
, program_list.json
.
For details check the wiki.
You can call it by the same way in Kotlin and Java. The library contains samples both in the Kotlin and Java languages.
For the details, check the wiki.
The last stable version is 2.5.5
. To configure the library in your project, check installation wiki page.
AppCrossPromoter uses Jsoup, GSON, Glide libraries. Therefore, if you want to create your project with a proguard option, you'll need to add the proguard configuration to your proguard file. Look at the progurad file
If you have any problems with configuration of the library or want to ask a question, please let me know. Create issue or write to settarxan@gmail.com. I will help.
I am ready to hear offers and opinions from you.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- Star it
The library now supports the following languages:
- Azerbaijan
- English
- French
- German
- Hindi
- Italian
- Portuguese
- Russia
- Spanish
- Turkey
- Add your language
To help to translator in context, I have added some prefixes to the start of the string names.
Be carefull when you translate. The prefixes are following:
* < command verb (actions)> - These are the command verbs which mean actions on the UI.
* < adjective > - adjectives
We need your help to add a new language localization support to libarary. If you had any hope to help us, we would be very happy and you could check the following GitHub Issues URL to contribute. To contribute, get the res/values/string.xml file and translate it to a newer language then place it on res/values-"spacific_lang"/string.xml.
Please feel free to contact me or submit a pull request to add your app in the top of the list.
Icon | Application | Icon | Application |
---|---|---|---|
[Your app] | ping me or send a pull request | Millionaire - in English | |
Миллионер - на Pусском | Milyoner - Türkçe | ||
Milyonçu | Məzənnə | ||
AppCrossPromoter - Sample | DYP Qanunlar və Cərimələr | ||
Avto Nişanlar | Ləzzət | ||
Millionär - Deutsche |
- - An Android library to check an update information on android device.
- - The library to encrypt and decrypt strings on the Android apps and the PC Java applications.
Copyright 2017 - Sattar Hummatli
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.