Thursday 28 March 2019




How to do text writing animation?
 In Android Development we do not have the option to use any other custom font in our default TextView in an xml layout file, except from the default Roboto font.

And the choices that Android gives us are limited, by letting us set only normal, sans, serif or monospace fonts, which are usually not enough, especially when we want to customise our application.

In this example we are going to make a custom Android TextView that can change its font, by customising its attributes from the xml.







Customized android launcher for kiosk application


Description:
Library helps you to control the specific application launcher from other android modules using android overlay.


What is Kiosk Android Applications ?
Fully managed devices that serve a specific purpose.

Ex:-
1. Employee facing Android Apps: Inventory management, field service management, transport and logistics
2.Customer facing Android Apps: Kiosks, digital signage, hospitality check in.


Here are some of the essential features of kiosk mode:

1.Confining to a single application to serve a specific use case.
2.Hiding the navigational button (home and recent apps) in Android
3.Disabling status bar.
6.App to run in a full screen mode.

Add on Module :
Using this library module, Developer can manage the the kiosk application's launcher/Exit pragmatically .

Click Here for the Library module




How to do text writing animation?  In Android Development we do not have the option to use any other custom font in our default Tex...