Is it possible to have native content (layouts, classes) in a hybrid application?

2

Do I need to run some native Android layouts and classes in my Ionic project is there any plugins?

    
asked by anonymous 23.10.2017 / 23:36

1 answer

0

Yes, it is possible and not difficult to do with my Android project I did in a very simple way without the need for a plugin . What I did I created my AppWidget in Android Studio modified the way I wanted it. I went to my Ionic project, I ran the Android platform , then I copied the Java classes and .xml layouts then platform / / strong>.

  

I adapted according to my need in my case    res / xml, res / layouts, res / drawable and in folders    src / your_package after I just needed to hit my AndroidManisfest.

    
10.11.2017 / 11:05