Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMUZ140698 Kudakwashe Gwaindepi
4,150 Pointsguys this challenge is giving me problem
when i open it it keeps on loading and saying restart challenge, over and over again, i have proceeded and other challenges are working fine, my network is ok but this challenge is not loading
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" />
</RelativeLayout>
import android.os.Bundle;
import android.widget.GridView;
// This parent class no longer applies. Switch it to Activity
public class ProductsActivity extends ListActivity {
/*
* Some code has been omitted for brevity!
*/
// Declare mGridView here!
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_products);
// Set mGridView here!
}
}
3 Answers
Steve Hunter
57,712 PointsThis is now fixed - I can't replicate the previous issue. This must have been intermittent.
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsI don't know if I can embed the tweet in here, but will try!
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">Hi <a href="https://twitter.com/benjakuben">@benjakuben</a> This challenge is constantly restarting <a href="http://t.co/m1zuUakPvN">http://t.co/m1zuUakPvN</a> Forum post is: <a href="https://t.co/GSmOeGpE0D">https://t.co/GSmOeGpE0D</a> Thanks!</p>ā Steve (@OnlySteveH) <a href="https://twitter.com/OnlySteveH/status/611929852455817217">June 19, 2015</a></blockquote> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>