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

Recent content by Thomas Thorton

  1. Thomas Thorton

    Apps How can I update JSON API items when a new item is added?

    Is it possible to update JSON API when new data is added to the JSON? I tried to use Handler but the problem is that when I run the application the data is duplicated and they are shown up in the recyclerView more and more times as it runs. Here is what I did: handler.postDelayed( runnable =...
  2. Thomas Thorton

    Autoscaling Linearlayout and TextView

    Is there a way to auto-scale Linearlayout when TextView is too big? Like Facebook posts. When text or image is to large the layout is getting higher. I tried to do it via xml file but I didn't make it. Any suggestions?