Reputation: 693
I have made a website in Codeigniter which is pretty complex and now I need to make an Android App for the same. Is there a way to do this without recoding?
Upvotes: 2
Views: 1396
Reputation: 11112
If you want to create an android app same as your website without recoding the answer is no.
But if you only want display your website in your application yes, you can use webview to display the website but I don't think that'll be a good user experience for the user of your app.
But hey why you don't want recode? coding is fun isn't it? :p
Upvotes: 3