Skip to content

PurnenduSamanta/With-JetpackCompose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With-JetpackCompose

Individual short project on Compose

To run a particular Activity just change the full path name of the Activity in manifest file be like: if you want to run RotatoryWheel then in between Activity tag just change the name as android:name=".customUiComponent.RotatoryWheel" or if you want to run CircularSlider then change it to android:name=".customUiComponent.CircularSlider".That's it. For LoginUI-> android:name=".loginUi.LoginUI", For Form-> android:name=".registrationForm.Form", For UnityGamingUi-> android:name=".unityGaming.UnityGamingUi", For Paint-> android:name=".Paint"

Languages