Appcelerator Tips and Tricks
Pages
Home
Android
iOS
Windows
Code Sample
Tips&Tricks
Thursday, January 24, 2019
Open another titanium app through intent.
There is an example code for opening another App.
https://gist.github.com/MotiurRahman/9d0636134d348b9ba3cb6c91b65f6c49
Thanks!
Thursday, January 17, 2019
Android Background and Foreground service
Here is an example code for Background Service
-
https://gist.github.com/MotiurRahman/a2100bf126f72381e088505e7b3f303a
For foreground service
-
https://github.com/appcelerator/titanium_mobile/pull/10076
-
https://gist.github.com/aminulaust/d351cbe205e0b5196cecf8130756a776
Thanks!
Monday, January 14, 2019
How to reduce Android APK size.
You can use the following property in your tiapp.xml file for reducing the APK size.
<abi>armeabi-v7a</abi>
Helpful link
https://stackoverflow.com/questions/33228158/android-architecture-usage
https://docs.appcelerator.com/platform/latest/#!/guide/tiapp.xml_and_timodule.xml_Reference-section-src-29004921_tiapp.xmlandtimodule.xmlReference-abi
Hope this helps.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)