Posts

Showing posts from February 8, 2019

Brad Richards

Image
Brad Richards From Wikipedia, the free encyclopedia Jump to navigation Jump to search Not to be confused with Brad Richardson. Richards warming up with the Chicago Blackhawks in December 2014 Born ( 1980-05-02 ) May 2, 1980 (age 38) Murray Harbour, Prince Edward Island, Canada Height 6 ft 0 in (183 cm) Weight 198 lb (90 kg; 14 st 2 lb) Position Centre Shot Left Played for Tampa Bay Lightning Dallas Stars New York Rangers Chicago Blackhawks Detroit Red Wings National team   Canada NHL Draft 64th overall, 1998 Tampa Bay Lightning Playing career 2000–2016 Bradley Glenn "Brad" Richards (born May 2, 1980) is a Canadian former professional ice hockey centre. Richards was drafted in the third round, 64th overall, by the Tampa Bay Lightning in the 1998 NHL Entry Draft and played for the Lightning, New York Rangers, Dallas Stars, Chicago Blackhawks and Detroit Red Wings during his National Hockey League (NHL) career. Richards won the S

Trying to add selected image views by(OnItemClickListener), between fragments, on the second ImageView the app crashes

Image
-1 I'm trying to add and show a multiple image views existing in a fragment to another in the same activity by OnItemClickListener on GridView. I was able to add the first image view but when I add the second one the app crashes. By the way, I'm adding the image views to a linear layout inside Horizontal Scroll View. Here is the layout of the first fragment: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/content_fragment_id" > <GridView android:id="@+id/items_id_gridView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true" android:columnWidth="100dp" android:minHeight="40dp" android:paddingTop="5dp" android:paddingBottom="5dp" android:numColumns=&q