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!
at 7:17 AM 1 comment:
Labels: Code Sample

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!
at 4:45 AM No comments:
Labels: Code Sample

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.

  1. <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.
at 9:18 PM 1 comment:
Labels: Code Sample
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Search This Blog

Featured Post

Fresh installation Appcelerator Studio to the windows PC.

If you download the Appcelerator Studio and try to install, it will cover all the steps automatically, but sometimes it creates problem to...

Blog Archive

  • ►  2020 (2)
    • ►  September (1)
    • ►  February (1)
  • ▼  2019 (8)
    • ►  November (1)
    • ►  October (1)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
    • ▼  January (3)
      • Open another titanium app through intent.
      • Android Background and Foreground service
      • How to reduce Android APK size.
  • ►  2018 (8)
    • ►  December (1)
    • ►  November (1)
    • ►  June (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (2)
  • ►  2017 (15)
    • ►  December (2)
    • ►  November (1)
    • ►  October (2)
    • ►  July (1)
    • ►  April (4)
    • ►  March (3)
    • ►  January (2)
  • ►  2016 (21)
    • ►  December (21)
  • ►  2014 (2)
    • ►  April (2)
  • ►  2013 (4)
    • ►  November (3)
    • ►  October (1)

Popular Posts

  • Create new Android emulator.
    Android default emulator is really very slow so create new  x86 CPU  based emulator Go to Preference >> Studio >> Android ...
  • Fresh installation Appcelerator Studio to the windows PC.
    If you download the Appcelerator Studio and try to install, it will cover all the steps automatically, but sometimes it creates problem to...
  • How to calculate the height of the status bar Android
    You can try with the hyperloop module. https://docs.appcelerator.com/platform/latest/#!/guide/Android_Hyperloop_Programming_Guide ...
  • Installing x86 Emulator Packages.
    Maximum versions of the Android API are available with Intel x86 emulators. Look for the "Intel x86 Atom System Image" in ...
  • Android: does not show the Map || How to create API key for map
    Usually, Map does not show if your API key is not correct or Map module version is not compatible. So the following steps can help to gene...
  • What do you mean by Memory leaks? And how to fix it.
    Memory leaks occur when your app allocates memory but doesn't release it. Leaks occur when unintended or overlooked references to obje...
  • How to change action bar hamburger icon color.
    You have to use a custom theme for changing the hamburger icon color. Here is the sample code and doc link - https://gist.github.com/Moti...
  • Social share for android
    Sample code ========  var share_body = "https://play.google.com/store/apps/details?id=motiur_bdresult.bd.com.bdresult";     ...
  • Clean uninstall then reinstall CLI to the windows PC.
    At first, uninstall the Studio from the control panel then delete the following folder  . Appcelerator  .titanium,   .android   .eclips...
  • Hyperloop Android: How to get access the views in the inflate layout
    Please take a look following sample code -  https://gist.github.com/MotiurRahman/20f73d95621fbaf826199b98062bc2e0  Hope this helps.
Appc Developer. Simple theme. Theme images by gaffera. Powered by Blogger.