Hai Murphy, Thanks For your answer. in that button click event i used intent that part is working. but i want if i click that button i want to show a button or layout in a same activity?
On Thu, May 3, 2012 at 5:46 PM, Mark Murphy <[email protected]> wrote: > You can start up another activity that has "linear layout with buttons". > > Or, you can use addJavaScriptInterface() to have JavaScript code call > a method in your app that puts a "linear layout with buttons" > somewhere adjacent to the WebView on the current activity, or loads a > new fragment, or something. > > However, you cannot put a "linear layout with buttons" in a WebView > itself, nor can DOM events or JavaScript directly cause changes > outside of the Web page without assistance from Java code. > > On Thu, May 3, 2012 at 8:06 AM, arun kumar <[email protected]> wrote: > >> > >> Hello all, > >> i created one html page with two buttons. then i stored that html page > in assets folder. then i load that html page to web view. my question is if > i click that html button i want to show android native layout like linear > layout with buttons? is it possible? > >> > >> -- > >> WITH REGARDS > >> ARUN KUMAR P D > >> +91-9994794759 > > > > -- > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en > > > > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android Training...At Your Office: http://commonsware.com/training > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- WITH REGARDS ARUN KUMAR P D +91-9994794759 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

