Skip to content

Commit

Permalink
[Mobile][NUI] AppHistory README file
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrescionko committed Jan 27, 2023
1 parent 9cdc803 commit 608f869
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 5 deletions.
16 changes: 15 additions & 1 deletion Mobile/NUI/AppHistory/AppHistory/AppHistory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;
/*
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using Tizen.NUI;
using Tizen.NUI.Components;

Expand Down
17 changes: 16 additions & 1 deletion Mobile/NUI/AppHistory/AppHistory/AppInfoPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
using Tizen.NUI;
/*
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using Tizen.NUI;
using Tizen.NUI.Components;
using Tizen.NUI.BaseComponents;
using Tizen.NUI.Binding;
Expand Down
17 changes: 16 additions & 1 deletion Mobile/NUI/AppHistory/AppHistory/MainPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
using Tizen.NUI;
/*
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using Tizen.NUI;
using Tizen.NUI.Components;
using Tizen.NUI.BaseComponents;
using Tizen.Security;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
using System;
/*
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System;
using System.Collections.ObjectModel;
using System.ComponentModel;
using Tizen.Applications;
Expand Down
17 changes: 16 additions & 1 deletion Mobile/NUI/AppHistory/AppHistory/ViewModel/MainPageViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
using System.Collections.ObjectModel;
/*
* Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using System.Collections.ObjectModel;
using System.ComponentModel;

namespace AppHistory.ViewModel
Expand Down
28 changes: 28 additions & 0 deletions Mobile/NUI/AppHistory/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# AppHistory

The AppHistory sample application demonstrates how you can retrieve the user's application usage patterns.

<table>
<tr>
<td>
<center><img src='./Screenshots/AppHistory.Tizen.Mobile1.PNG' height=400></center>
</td>
<td>
<center><img src='./Screenshots/AppHistory.Tizen.Mobile2.PNG' height=400></center>
</td>
</tr>
</table>


### Verified Version
* Tizen.NUI.XamlBuild : 1.0.32
* Tizen.NET : 9.0.0
* Tizen.NET.SDK : 1.1.6


### Supported Profile
* Mobile


### Author
* Bartosz Chreścionko
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 608f869

Please sign in to comment.