Andri Wu

Results 8 issues of Andri Wu

Here is CustomerTokenAuthController@issueToken function ``` public function issueToken(ServerRequestInterface $request) { $body = (parent::issueToken($request)); // got the response header with its content of access and refresh tokens $token = json_decode($body, true);...

``` -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *view = [UIView new]; view.frame = CGRectMake(0, 0, 320, 30); [view setBackgroundColor:[UIColor grayColor]]; return view; } ``` ``` self.tableView.sectionHeaderHeight = 20; self.tableView.estimatedSectionHeaderHeight =...

Hi @stephanenicolas this is a superb library. I want to have two service. Can you give me a guide? FYI, my whole activities extend BaseActivity (or below class). If i...

The EditText needs to be not private. Cannot custom the phone number text while the EditText set to private.

Hi, this is a great library. But, How can i dispose MaterialShowcaseView and MaterialShowCaseSequence other than assigining it null?

Hello, is there any way to handle NPE onCreateOptionsMenu to handle showcase on menu without using Handler? Because i must request data first and wait until it has finish loaded....

Hello, i see this project as an amazing project that helps database documentation, but the demo now can't be accessed. http://visualalchemist.prahladyeri.com/

Hello i have multiple fixed choice like below: ``` ((MultipleFixedChoicePage) mWizardModel.findByKey("Items")) .setChoices(names) .getAdapter().notifyDataSetChanged(); ``` I cannot setId to each choice field. I just only can set the string name to...