i just Novice to Android module development with Titanium.
I want to add simple View in android module and in Titanium android Application on button click i just want to open that View .
i just Novice to Android module development with Titanium.
I want to add simple View in android module and in Titanium android Application on button click i just want to open that View .
Copyright © 2021 Jogjafile Inc.
For creating view in titanium android module just check this link and check
DemoView.java
andDemoViewProxy.java
. ANd please suffix should be the same else it will consider it a view.Then you can require your module in titanium and create a view like this: