• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps Drag and drop

    I've seen drag and drop examples where an ImageView has its top and left padding set to effectively move its content image around. This doesn't seem like the best idea. If I'm wrong can someone please tell me why? If I'm right can someone suggest a better way? Many thanks EDIT: Have just proved...
  2. S

    Apps Login

    I intend to have a server, which I will access using an Android phone as a client. The server will hold a database of authorized users. How would I code to allow authorized users to communicate securely between the two? Thanks.
  3. S

    Apps display unrendered html

    Does anyone know how to display raw/non-rendered HTML? TextView won't accept it and WebView renders it. I literally want to see <html></html> on the screen. Many thanks.