bgn
2
Points
1
Posts
|
I'm pretty new android developer. I want to know where is the best place to store something global data like a auth token that I get from logging in on API server. With every subsequent request, we need to post this auth token. Sure I could keep a global class somewhere, but I just want ...
Views:
10129
Total Answered:
1
Total Marked As Answer:
0
Posted On:
11-Aug-2018 02:41
|
andro
118
Points
3
Posts
|
Hi,
I'm getting error 'VT-x is disabled in BIOS when trying to debug the Android studio.
Views:
11810
Total Answered:
1
Total Marked As Answer:
1
Posted On:
24-Mar-2018 07:49
|
Rahul K...
292
Points
26
Posts
|
I am new in Window phone development. I trying to catch enter key event as
<TextBox x:Name="txtMessage" KeyDown="txtMessage_Enter"/>
but not working
private void txtMessage_Enter(object sender, KeyRoutedEventArgs e) {
//always fired
}
how to find the specific enter key?
Views:
9799
Total Answered:
1
Total Marked As Answer:
0
Posted On:
11-Jun-2016 21:59
|
Rahul K...
292
Points
26
Posts
|
Hi,
I am try to call JSON API in windows phone 8.1 in VS 2015. I am using WebClient to call but getting compile time error "C# The type or namespace name 'WebClient' could not be found (are you missing a using directive or an assembly reference?)".
I am try to implement following code:
public
...
Views:
10232
Total Answered:
2
Total Marked As Answer:
0
Posted On:
05-Jun-2016 05:26
|