Before posting my question here I have looked across many posts but nothing relevant found. I'm developing an application for both Iphone and Andriod using Phonegap.
I came across with several UI related frameworks :
1.Framework 7 2.Ionic 3.Twitter Bootstrap 4.jQuery Mobile 5.Materializecss 6.jQuery UI 7.Sencha Touch
What is the recommended way of doing this? Meaning-designing a generic UI (tabbars, tables, navigation bars etc') for both Iphone,Android that will give the generic look and feel native?
I need to include Push notification, Camera access, local storage and RSS Feed as a functionality in my application.
Any leads will be appreciated and will be thankful to the core.
As you are saying that you want to develop an application for both android and iOS. Other frameworks will give you nearly same UI for both.I have used Framework7 for both android and iOS. Check this link framework7 android and ios. Framework7 provides best UI for ios and for android it also gives material UI. You can even use requirejs and handlebar/template7 with framework7. hope it helps.