Android : Is it possible to convert Blank Activities to Fragment Activities

on Wednesday, March 18, 2015


I currently have an Unit Converter app that I'm working in. Here I've used multiple Blank Activities. Where each Unit's Activity can be opened using MainActivity. But now I want to make it tablet friendly. Hence I want to use FragmentActivity now. Is it possible to convert the Blank Activities to Fragment Activities.?


0 comments:

Post a Comment